You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to add VS Code as an alternative to IDEA for development, but finding a combination of settings and plugins that allow for a similar (even acceptable) development experience has proven difficult.
Requirements:
If I run ./gradlew compileKotlin to pull in all dependencies and compile the code and then open up the IDE, it should be able to index the entire repository (possibly requiring some human intervention to install plugins).
High quality autocomplete that isn't a fuzzy text search.
Recognizes compile-time errors when I write code that doesn't compile (without the developer having to run CLI commands).
Bonus points if it can infer types and bind to a debugger.
@CEnnis91 was working on a more ambitious attempt at this in #95 but it still needs work.
The text was updated successfully, but these errors were encountered:
It would be great to add VS Code as an alternative to IDEA for development, but finding a combination of settings and plugins that allow for a similar (even acceptable) development experience has proven difficult.
Requirements:
./gradlew compileKotlin
to pull in all dependencies and compile the code and then open up the IDE, it should be able to index the entire repository (possibly requiring some human intervention to install plugins).Bonus points if it can infer types and bind to a debugger.
@CEnnis91 was working on a more ambitious attempt at this in #95 but it still needs work.
The text was updated successfully, but these errors were encountered: