codeline
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 14
-
-
-
codeline created a post, AnsweredCan I call JS inside my Kotlin plugin?
HiI saw this section in the kotlin docshttps://kotlinlang.org/docs/using-packages-from-npm.htmlCan I use this in my plugin or is the jvm the only platform that is supported?I would like to use a js... -
-
codeline created a post, AnsweredLoad marketplace plugin when developing a custom plugin?
HiHow can I load a marketplace plugin when running runIde?Namely the svelte pluginhttps://plugins.jetbrains.com/plugin/12375-svelteHere's what I tried // Configure Gradle IntelliJ Plugin// Read mor... -
codeline commented, -
codeline created a post, How to disable this eslint bar?
HiA few versions ago I noticed that eslint errors are displayed in a top bar, which makes the editor content jump around and I find it distractingHere's a 10 second mp4 showing the issue https://cl... -
-
codeline created a post, AnsweredCustomize file names displayed in the Usage view tree
HiI would like to customize the files displayed in the find windowI tried using the treeStructureProvider extension point but it only detects nodes from the project tree as far as I tested. I alrea... -
codeline created a post, Make components in tree nodes clickable
HiI created a tree and inserted nodes into the treeModelThen I render the cells using DefaultTreeCellRenderer and add my custom components like labels and buttonsThe problem is, these components ar...