主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
W L
活动总数
43
最后的活动
2024年09月02日 13:56
成员加入日期
2013年09月06日 04:15
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
11
活动概览
帖子(10)
评论(21)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月27日 15:33
I finally figured it out: public static String format(final Project project, Language language, String text) { final PsiFile psiFile = PsiFileFactoryImpl.getInstance(project).createFileFr...
社区
IntelliJ IDEA Open API and Plugin Development
How to format a code fragment outside a file?
1 票
创建于
2024年09月02日 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.
社区
IntelliJ IDEA Open API and Plugin Development
WriteCommandAction.runWriteCommandAction got stuck after the IDE was updated to 2024.2
0 票
创建于
2019年12月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to inject languages into Jupyter Notebooks (> 2019.3)?
0 票
创建于
2017年03月19日 15:51
Thanks, Yann. Using <name> works.
社区
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
0 票
创建于
2017年01月11日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
0 票
创建于
2017年01月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get plugin ids from the plugin repo ?
0 票
创建于
2014年07月29日 07:55
Hi, Yann. It works! Thanks again!
社区
IntelliJ IDEA Open API and Plugin Development
How to register a filetype that has no file name extensions?
0 票
创建于
2014年07月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
创建于
2014年07月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
创建于
2014年07月24日 02:25
<extensions defaultExtensionNs="com.intellij"> <!-- Add your extensions here --> <psi.referenceContributor implementation="com.example.mycompletion" order="before javaSkipAutopopupInStrin...
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
下一页
›
最后
»