Open Turbo87 opened 1 year ago
Hello @Turbo87 , I love to help with this issue (and others). Sadly I am new about working with Intelijj Plugins, can you help me about set up the project? I already forked your repo. Just some basic info to start development.
Thanks !
you can find the IntelliJ documentation at https://plugins.jetbrains.com/docs/intellij/welcome.html and you can use ./gradlew runIde
to open the IDE with the local plugin installed
There's one more internal API here:
'getModuleFile()' is marked unstable with @ApiStatus.Internal https://github.com/Turbo87/intellij-emberjs/blob/a580e01a91bbe0a60939be36346c934f9c66b866/src/main/kotlin/com/emberjs/configuration/EmberCommandLineState.kt#L20
I've received the following email from JetBrains:
One usage of internal IntelliJ APIs I have found is: https://github.com/Turbo87/intellij-emberjs/blob/c6337fc2e0d78e7bf52f68ab612a1cf5ef31aa9f/src/main/kotlin/com/emberjs/cli/EmberCliProjectConfigurator.kt#L131
Unfortunately, I won't have time in the near future to work on these things myself. If anyone has time to fix this please open a pull request! :)