W L
- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 11
-
-
W L 创建了一个帖子, 已回答WriteCommandAction.runWriteCommandAction got stuck after the IDE was updated to 2024.2
I have an internal plugin that uses `WriteCommandAction.runWriteCommandAction` to programatically edit source files. Its basic logic looks like folllowing: CompletionContext context = obtainEditorC... -
-
W L 创建了一个帖子, 已回答How to inject languages into Jupyter Notebooks (> 2019.3)?
It seems the new Jupyter Notebook (2019.3) is not implemented via language injection mechanisms. All PSI elements found by PsiViewer are not injectable. However, the ``` ``` sections in markdown ce... -
W L 进行了评论, -
-
-
W L 创建了一个帖子, 已回答How to get plugin ids from the plugin repo ?
Hello, I want to develop an intellij plugin, which will depend on other plugins. I'm using: https://github.com/JetBrains/gradle-intellij-plugin as the build system. But how to get the plugin id fro... -
W L 创建了一个帖子, Want to develop plugins for IPython Notebook editor, where to start?
I have some experiences on developping plugins for the intellij platform. I plan to write a new plugin for the IPython Notebook editor, but I don't know where to start. I found this directory in... -
W L 创建了一个帖子, My language plugin never got run by CLion
This plugin worked in early clion eaps, but stopped working after several updates of clion.Here's plugin.xml:<idea-plugin version="2"> <id>com.example.test</id> <name>Test</name> <version>1.0</v...