W L
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
-
W L created a post, AnsweredWriteCommandAction.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 created a post, AnsweredHow 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 commented, -
-
-
W L created a post, AnsweredHow 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 created a post, 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 created a post, 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...