-
Notifications
You must be signed in to change notification settings - Fork 68
[jnigen] IntelliSense not working in example/kotlin_plugin and other IDEs #2264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you opening only the |
When i’m opening the IDE at the To answer the question, I’m not opening the project at jnigen root. |
This is not in the scope of jnigen, right? jnigen is a Dart binding generator. Probably opening |
Could you point me to the right place? Opening the kotlin_plugin/android/ in Android Studio doesn't help, it's an issue of how the dart template sets up the gradle project. Likely a missing gradle.settings file. |
There is a I'm afraid I cannot help you as
|
I am cloning the repo and running the pkgs/jnigen/example/kotlin_plugin example. Everything compiles and works. But I can't get any intelligent code features in the kotlin library being imported (e.g. the Example class), such as syntax highlighting, errors, manual pages when I hover over a kotlin class.
I also can't get highlighting on the code which is generated in the example/build/kotlin_plugin/generated path.
I recon this is not an issue just with Android Studio, where I'm working, it happens in VSCode as well, whereas normal projects, such as libraries and apps work as expected.
The text was updated successfully, but these errors were encountered: