codeline
- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 14
-
-
-
codeline 创建了一个帖子, 已回答Can 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 创建了一个帖子, 已回答Load 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 进行了评论, -
codeline 创建了一个帖子, 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 创建了一个帖子, 已回答Customize 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 创建了一个帖子, 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...