Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
W L
Total activity
43
Last activity
September 02, 2024 13:56
Member since
September 06, 2013 04:15
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
11
Activity overview
Posts (10)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
September 02, 2024 13:56
Thank you for your suggestion. I forgot about the thread dump tool. I've created the thread dumps and created an issue there.
Community
IntelliJ IDEA Open API and Plugin Development
WriteCommandAction.runWriteCommandAction got stuck after the IDE was updated to 2024.2
0 votes
Created
December 11, 2019 07:48
I want to inject Tex language (with the Texify IDEA plugin) into markdown files to leverage syntax highlighting and auto completions. For example: ----- This is a **normal** markdown file contain...
Community
IntelliJ IDEA Open API and Plugin Development
How to inject languages into Jupyter Notebooks (> 2019.3)?
0 votes
Created
March 19, 2017 15:51
Thanks, Yann. Using <name> works.
Community
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
0 votes
Created
January 11, 2017 14:57
Some plugins, like psiviewer, don't have id in their META-INF/plugin.xml files. https://github.com/cmf/psiviewer/blob/master/META-INF/plugin.xml
Community
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
0 votes
Created
January 09, 2017 02:40
OK....got python plugin id from here: https://github.com/JetBrains/intellij-community/blob/master/python/pluginResources/META-INF/plugin.xml . Really hard to have figured it out. Is there any rou...
Community
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
0 votes
Created
July 29, 2014 07:55
Hi, Yann. It works! Thanks again!
Community
IntelliJ IDEA Open API and Plugin Development
How to register a filetype that has no file name extensions?
0 votes
Created
July 23, 2014 12:02
Hi, Yann. It worked! Thank you!To make it more flexible, I started to use PsiReferenceContributor following your advice. However, there's still a little problem. The user has to manullay press Ctrl...
Community
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 votes
Created
July 23, 2014 15:30
Hi, Yann! I've read that post and added order="before SkipAutopopupInStrings" to the plugin.xml, since there seems to be no "javaSkipAutopopupInStrings" class any more. Sadly, still no luck. The po...
Community
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 votes
Created
July 24, 2014 02:25
<extensions defaultExtensionNs="com.intellij"> <!-- Add your extensions here --> <psi.referenceContributor implementation="com.example.mycompletion" order="before javaSkipAutopopupInStrin...
Community
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 votes
Created
July 24, 2014 13:28
Hi, Yann! I followed your advice, implemented a CompletionConfidence class and registered it in the plugin.xml file. Everything worked! Thanks for your great patience!
Community
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 votes
«
First
‹
Previous
Next
›
Last
»