Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Artsiom Chapialiou
Total activity
239
Last activity
November 03, 2023 11:06
Member since
October 15, 2017 18:13
Following
0 users
Followed by
0 users
Votes
141
Subscriptions
42
Activity overview
Posts (15)
Comments (41)
Sort by recent activity
Recent activity
Votes
Created
May 06, 2020 12:10
You'll probably need both PsiTreeChangeListener (to save Document on change event) and BulkFileListener (to proceed actual change). See similar issue and workaround: https://youtrack.jetbrains.com/...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 votes
Created
April 23, 2020 11:30
I think this is still actual. Shouldn't ToolWindow `Id` and `Name` been separate things (separate attributes)? In my case I would like to have ToolWindow named "DeepCode" in UI but for `Id` I would...
Community
IntelliJ IDEA Open API and Plugin Development
How to define toolwindow display name different from ID?
0 votes
Created
April 04, 2020 08:35
The only solution I found is the next: public static List<PsiFile> allProjectFiles(@NotNull Project project) { final PsiManager psiManager = PsiManager.getInstance(project); final PsiDirectory pr...
Community
IntelliJ IDEA Users
Get PsiFiles in the plugin
0 votes
Created
March 14, 2020 17:09
There's an option to use locally installed Idea instance. See IntellyJ gradle plugin docs.
Community
IntelliJ IDEA Open API and Plugin Development
Why does "gradle: configure build" download a IdeaC.zip?
0 votes
Created
March 14, 2020 06:45
I would try to implement heavy logging (or just simple console output) of your reference/resolve code and see what actually happened when your plugin starts with "real" Idea.
Community
IntelliJ IDEA Open API and Plugin Development
Language references not working when the plugin is installed
0 votes
Created
March 07, 2020 16:32
Hi Vitalii. I had quite a similar problem. Been able to solve it only using Java Instrumentation to patch binary code of needed PSI classes. You can find some working code here https://github.com/A...
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to declare a reference contributor for PSI element that not called getReferencesFromProviders fromPsiElement.getReferences()
0 votes
Created
February 18, 2020 11:35
Could you please describe your solution and where the problem come from? So fellow plugin developers will be noticed...
Community
IntelliJ IDEA Open API and Plugin Development
plugin.xml action shortcut works on windows, but don't work on mac
0 votes
Created
January 27, 2020 14:50
Better report this at https://youtrack.jetbrains.com/issues There you'll more likely get some response.
Community
IntelliJ IDEA Open API and Plugin Development
Missing endpoint on cleanup of unit tests in my custom plugin on IntelliJ 2020.1 EAP.
0 votes
Created
January 17, 2020 18:21
Thank you for pointing out the deprecations replacement. I did "meditate" a couple of hours on IDEA sources and I still didn't get how to use those alternatives. Would highly appreciate if anyone p...
Community
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 votes
Created
January 11, 2020 03:13
http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/code_completion.html http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/completion_contr...
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke code completion via code?
0 votes
«
First
‹
Previous
Next
›
Last
»