-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Show how to configure auto-completion in IntelliJ #12
Comments
It's a bit complicated and also the area where we're going to change thing soon, so we'll update the description later, but for an example what works now, you may have a look at |
That's indeed one of the (undocumented) pitfalls I ran into, but I eventually got it working in oss-review-toolkit/ort#4887. |
Hi I am also looking to get autocompletion going in a custom script inside IntelliJ. Is this still up to date? The current KEEP mentions something about extra gradle config with the |
For the record, I'm also not using the I guess you only need the |
Is there a way to have autocompletion for standalone scripts outside a project? |
If by "standalone" you mean standard |
Are there any updates on this? It would be instrumental to be able to offer code completion in projects where the build system is not gradle and the script files are being used as config for custom tooling. (only the final jar is present that has the scripting host) |
Could you please extend the examples to also make auto-completion, e.g. in
hello-kotlinx-html.scriptwithdeps.kts
, work in IntelliJ?For example, if I'm extending
ScriptWithMavenDeps
with a dummy property likewhat does it take to offer
dummy
when typingthis.
inhello-kotlinx-html.scriptwithdeps.kts
?The text was updated successfully, but these errors were encountered: