Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Colin Fleming
Total activity
1468
Last activity
November 08, 2023 07:59
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
481
Activity overview
Posts (204)
Comments (783)
Sort by recent activity
Recent activity
Votes
Created
November 08, 2023 07:59
I assume that these actions should be executed on the IDE being debugged, is that correct? Is there a way to enable this at startup via a system property or similar? Something like the -Didea.Proce...
Community
IntelliJ IDEA Open API and Plugin Development
ProcessCanceledException when debugging, despite -Didea.ProcessCanceledException=disabled
1 vote
Created
October 17, 2023 06:28
Sorry for the delay in replying Piotr, and thanks for the very detailed post. Unfortunately it looks like WebSymbols are pretty new and not well supported in all IDE versions I support, although I'...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
October 03, 2023 21:02
Piotr Tomiak I see, thanks - I hadn't read the next doc section. This would be for my own language, my Clojure support currently relies on PomTarget, PomDeclarationSearcher etc, because that was t...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
October 03, 2023 09:39
This API looks like it would also be extremely useful for me. There's one thing that I'm unclear on, the doc states: “The platform obtains the target symbol from a declaration or by resolving a ref...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
July 17, 2023 10:07
I did this for my string literals recently, the magic incantation was: make them implement PsiLiteralValue, and call ReferenceProvidersRegistry.getReferencesFromProviders(this) in its getReferences...
Community
IntelliJ IDEA Open API and Plugin Development
URL refs in string literals of cusom language
1 vote
Created
June 14, 2023 07:09
I have wanted to do this as well. Sometimes, I allow the user to enter code in a non-project context, you can see an example of when this appears in the UI in my doc here: https://cursive-ide.com/u...
Community
IntelliJ IDEA Open API and Plugin Development
How to disable the DaemonCodeAnalyzer for a LightVirtualFile?
0 votes
Created
February 28, 2023 00:22
Hi Sam, thanks for the reply, I've filed https://youtrack.jetbrains.com/issue/IDEA-314290/Sporadic-Reentrant-Indexing-error-when-running-tests-since-2022.3 with the log file attached.
Community
IntelliJ IDEA Open API and Plugin Development
Reentrant Indexing error during tests
0 votes
Created
August 16, 2022 08:38
That looks perfect, Nikolay, thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Filtering transitive paths from inter-module dependencies?
0 votes
Created
October 14, 2021 19:21
Ok thanks Kirill, I'll wait for that then, and in the meantime just mark all projects as trusted. Having it available for 2021.3 will work for me since the thing that depends on it (package search)...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing Trusted Project functionality
0 votes
Created
July 19, 2021 10:09
Thanks Sergey, that was indeed the problem. I have this all working now, it's fairly complex with a fair number of moving parts, but it seems to be working well. Thanks for the help!
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
Next
›
Last
»