主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
H Raven
活动总数
99
最后的活动
2024年07月02日 07:32
成员加入日期
2018年10月19日 19:01
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
22
活动概览
帖子(19)
评论(50)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年12月29日 14:57
Tested PhpStorm and it works fine in it, right after SDK is added it successfully index it's content. Sadly Rider is required as this plugin is gonna be used with C# projects.
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
已编辑于
2022年12月29日 12:36
Tested today to change SDK for a library but the result is still the same - added files are not getting indexed. val project = ProjectManager.getInstance().defaultProject;val table = LibraryTablesR...
社区
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 票
创建于
2022年12月21日 18:10
I've finally localized the issue - the conflict was at FileType name property. I've registered 3rd FileType a while ago as: <fileType name="Project file" implementationClass="project.ProjectFileTy...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin conflicts with IDEA CORE
0 票
已编辑于
2022年12月20日 17:04
I've deleted <incompatible>, but didn't help. Looking into idea logs I can't find anything gdscript specific, but there is something I'm not sure if could be the reason: 2022-12-20 17:44:34,546 [ ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin conflicts with IDEA CORE
0 票
创建于
2022年12月13日 16:57
Thank you, can you fill me on the rest as well please? For some reason, everytime I try to implement alignment it always results the same way as in screen above. Both equal signs have the same Ali...
社区
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 票
创建于
2022年12月07日 12:11
Hi, little reminder if there is anyone who might help me with this?
社区
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 票
创建于
2022年11月20日 22:37
Each LookupElement can have a priority so you can create certain groups (or even giving each element unique priority number?) - check PrioritizedLookupElement https://github.com/JetBrains/intellij-...
社区
IntelliJ IDEA Open API and Plugin Development
How to control the completion order by custom algorithm instead of arranged by alphabetic order?
0 票
已编辑于
2022年11月11日 16:08
EDIT:If I may, I'd like to extend the question, how does it fit with Spacing.Do I understand correctly, that Aligment has to fit within it? As example above, spacing around "=" sign should then be ...
社区
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 票
创建于
2022年11月07日 18:02
Even like that class GdRootContributor : CompletionContributor { constructor() { extend( CompletionType.BASIC, psiElement(), object : CompletionProvider<CompletionPa...
社区
IntelliJ IDEA Open API and Plugin Development
Completion contributor hard-coded trims '@'
0 票
创建于
2022年11月07日 13:16
Ah, ok never thought about it the other way around - calculated not needed values.Thank you.
社区
IntelliJ IDEA Open API and Plugin Development
Indexing process should not rely on non-indexed file data
0 票
«
第一页
‹
上一页
下一页
›
最后
»