主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2012年06月24日 21:02
I assume you tried the hint given in javadoc for com.intellij.codeInsight.completion.CompletionContributor ?
社区
IntelliJ IDEA Open API and Plugin Development
CodeCompletion not working with prefixes
0 票
创建于
2012年06月21日 19:41
The binaries from https://github.com/JetBrains/Grammar-Kit/tree/master/binaries should already contain these changes
社区
IntelliJ IDEA Open API and Plugin Development
[ANN] Grammar-Kit: generate parser from grammar
0 票
创建于
2012年06月15日 09:06
Did you follow steps from http://confluence.jetbrains.net/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA#DevelopingCustomLanguagePluginsforIntelliJIDEA-SyntaxHighlightingandEr...
社区
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting
0 票
创建于
2012年06月18日 07:41
please make the whole project available for checkout/download
社区
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting
0 票
创建于
2012年06月20日 09:52
There is no special procedure or need for FileEditorProvider for your usecase.Since I cannot compile your project fully, I can only give you some hints:- please remove/comment out everything from p...
社区
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting
0 票
创建于
2012年07月16日 10:06
You can find an example project in samples/applicationConfigurable
社区
IntelliJ IDEA Open API and Plugin Development
Access to the "apply" button in settings
0 票
创建于
2012年07月01日 11:27
Hello,you can find additional documentation here: http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment
社区
IntelliJ IDEA Open API and Plugin Development
Use IntelliJ tools to experiment with an emacs major-mode
0 票
创建于
2012年06月28日 08:23
There's already an existing plugin for that, though I don't know if it still works with current versions:http://plugins.intellij.net/plugin/index?pr=idea&pluginId=40
社区
IntelliJ IDEA Open API and Plugin Development
CTRL+Click to launch a web page/browser window
0 票
创建于
2012年10月28日 09:55
Ricardo,yes, this is the right approach. Simply implement com.intellij.codeInsight.daemon.ImplicitUsageProvider#isImplicitUsage to achieve this behaviour.- Yann
社区
IntelliJ IDEA Open API and Plugin Development
contribute ImplicitUsageProvider
0 票
创建于
2012年10月17日 22:43
I'm not familiar with PHP and its PSI, but com.jetbrains.php.PhpIndex#getDirectSubclasses or com.jetbrains.php.PhpIndex#getAllSubclasses sounds like a start.
社区
IntelliJ IDEA Open API and Plugin Development
Find all classes that extend a given class or interface
0 票
«
第一页
‹
上一页
下一页
›
最后
»