Skip to content
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

Investigate FIR for better IDE integration #23

Open
swankjesse opened this issue Oct 16, 2024 · 1 comment
Open

Investigate FIR for better IDE integration #23

swankjesse opened this issue Oct 16, 2024 · 1 comment

Comments

@swankjesse
Copy link
Collaborator

I asked my Kotlin Multiplatform testing expert friend @bnorm about IDE integration and he suggested this:

I wonder if an FIR plugin might help with the back navigation from the run dashboard? Ultimately the IDE is looking for a PSI element with the right class/method name and if you generate it in FIR you might be able to back navigate to the source of the generation.

He suggested some sample projects to look at:

https://github.com/JetBrains/kotlin/tree/master/plugins/plugin-sandbox
https://github.com/demiurg906/kotlin-compiler-plugin-template
https://github.com/bnorm/piecemeal

@JakeWharton
Copy link
Collaborator

FIR will also mean the ability to report problems with the signatures in the IDE, such as the use of unsupported types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants