主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2016年01月21日 22:08
find usages is complex topic. try to implement QueryExecutorBase<PsiReference, ReferencesSearch.SearchParameters> (referencesSearch extension point) see if its processQuery is called
社区
IntelliJ IDEA Open API and Plugin Development
How to add "rename" functionality for strings in Javascript
0 票
创建于
2016年03月16日 09:39
Hello Christian, Java is an easier choice. Plugins can be built pretty much from the menu (build project, prepare plugin for deployment).
社区
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 票
创建于
2016年03月18日 13:42
is it possible to use Plugin SDK with Idea 2016.1? for some reason, after upgrading Idea from 15.0.2 to 2016.1 Plugin SDK seems to be broken.
社区
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 票
创建于
2016年03月18日 18:53
Project settings > Modules > {your plugin module} > Plugin Deployment > Path to META-INF/plugin.xml set this path to path above META-INF
社区
IntelliJ IDEA Open API and Plugin Development
No plugin.xml found
0 票
创建于
2016年04月02日 08:33
a, ctrl-alt-b is goto implementation take a look at GotoImplementationAction and GotoImplementationHandler maybe add a custom action with a custom handler?
社区
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 票
创建于
2016年02月17日 13:58
Hello Adel, here is a note from tutorial: 10.6. Define a reference contributor A reference contributor allows you to provide references from elements in other languages such as Java to elements in ...
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 票
创建于
2016年02月17日 14:33
what happens if you remove referenceContributorfrom plugin.xml?
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 票
创建于
2016年02月18日 19:08
for Java, read the completion FAQ this method may shed some light re: how completion list is populated.
社区
IntelliJ IDEA Open API and Plugin Development
Completion list APIs
0 票
创建于
2016年02月19日 18:52
ListenerUtil may help.
社区
IntelliJ IDEA Open API and Plugin Development
[Question] is there any way to get edit document action?
0 票
创建于
2016年02月25日 12:53
Hello Denis, take a look at PsiElementRenameHandler and RenameHandler implementations for more cases you need to get PsiElements somehow to init rename
社区
IntelliJ IDEA Open API and Plugin Development
Rename refactorings as a method to be called from my program
0 票
«
第一页
‹
上一页
下一页
›
最后
»