主页
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年03月18日 14:25
ok, switch to gradle went well. As per Yann's link, 1.3 Add Gradle support to an existing plugin in intellij {// version 'IC-14.1.4' //IntelliJ IDEA dependency I could not guess the version tha...
社区
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 票
创建于
2016年03月18日 18:24
interesting. I tried to specify version in a few ways but neither worked. Well the latest version is good too. I am used to plugin SDK and wary of Gradle so will stick to plugin SDK for as long as ...
社区
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 票
创建于
2016年02月03日 19:07
try adding these extension points in plugin.xml Idea will suggest fields to be completed. There may be implementation property. Type in any existing (or a new placeholder blank) class. Idea will co...
社区
IntelliJ IDEA Open API and Plugin Development
How to get all variables within a PsiClass (global and local variables)
0 票
创建于
2016年02月03日 19:33
:) you are welcome. if you work with Java, things probably are a bit easier. I don't work with Java plugins though. I assumed you work on custom language plugin.
社区
IntelliJ IDEA Open API and Plugin Development
How to get all variables within a PsiClass (global and local variables)
0 票
创建于
2016年02月05日 15:55
Charlie, To help with background and fonts, try viewing this forum with Firefox. You can customize background colour and font size: Preferences > Content > Colours select background, Override the c...
社区
IntelliJ IDEA Open API and Plugin Development
Redesigning the forum
0 票
创建于
2016年02月17日 15:16
I checked Community code but do not see PHP there. Is there a PHP plugin? if there is, you'd need to figure out how it implements references. or hopefully someone else replies if they can help.
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 票
创建于
2016年01月21日 03:54
create a library? ;)
社区
IntelliJ IDEA Open API and Plugin Development
How to attach idea community source for intellij platform sdk
0 票
已编辑于
2016年01月21日 04:10
Hello Mateusz, the (include string results in search & replace) functionality may already be there. in the rename dialog (you may need to tweak settings so it pops up) there should be a checkbox "...
社区
IntelliJ IDEA Open API and Plugin Development
How to add "rename" functionality for strings in Javascript
0 票
创建于
2016年01月21日 04:15
are the many jars of intellij platform sdk code available? if yes, you may add them to a (local or global) library in project settings. then add that library to plugin module as a dependency.
社区
IntelliJ IDEA Open API and Plugin Development
How to attach idea community source for intellij platform sdk
0 票
已编辑于
2016年01月21日 18:20
maybe try to add this Extension Point: https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/lang-api/src/com/intellij/refactoring/rename/RenameHand...
社区
IntelliJ IDEA Open API and Plugin Development
How to add "rename" functionality for strings in Javascript
0 票
«
第一页
‹
上一页
下一页
›
最后
»