Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
H Raven
Total activity
99
Last activity
July 02, 2024 07:32
Member since
October 19, 2018 19:01
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
22
Activity overview
Posts (19)
Comments (50)
Sort by recent activity
Recent activity
Votes
Edited
December 29, 2022 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.
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Edited
December 29, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Created
December 21, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin conflicts with IDEA CORE
0 votes
Edited
December 20, 2022 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 [ ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin conflicts with IDEA CORE
0 votes
Created
December 13, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 votes
Created
December 07, 2022 12:11
Hi, little reminder if there is anyone who might help me with this?
Community
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 votes
Created
November 20, 2022 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-...
Community
IntelliJ IDEA Open API and Plugin Development
How to control the completion order by custom algorithm instead of arranged by alphabetic order?
0 votes
Edited
November 11, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 votes
Created
November 07, 2022 18:02
Even like that class GdRootContributor : CompletionContributor { constructor() { extend( CompletionType.BASIC, psiElement(), object : CompletionProvider<CompletionPa...
Community
IntelliJ IDEA Open API and Plugin Development
Completion contributor hard-coded trims '@'
0 votes
Created
November 07, 2022 13:16
Ah, ok never thought about it the other way around - calculated not needed values.Thank you.
Community
IntelliJ IDEA Open API and Plugin Development
Indexing process should not rely on non-indexed file data
0 votes
«
First
‹
Previous
Next
›
Last
»