Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexandr Evstigneev
Total activity
194
Last activity
March 26, 2024 09:34
Member since
January 30, 2017 15:27
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
84
Activity overview
Articles (0)
Posts (0)
Comments (109)
Sort by votes
Recent activity
Votes
Created
February 12, 2019 06:54
1. Highlighting in your case being performed by lexer's information. It has nothing to do with psi tree. 2. On text modification, psi tree always rebuilt completely with some internal optimization...
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin] Highlighter doesn't update colors sometimes (no errors in log)
2 votes
Created
November 19, 2019 06:57
We can't support projects inside the wsl atm, because our IDE relies on file system events and P9 does not propagate those to the windows. And our IDE runs on Windows. You can try this and it may w...
Community
IntelliJ IDEA Users
Developing "in" Windows Subsystem for Linux
1 vote
Created
March 14, 2019 07:53
Not exactly. This configuration just says to run plugin in your android studio. Dependencies are detected by <depends> ...</depends> values in your plugin.xml Your plugin will be compatible with d...
Community
IntelliJ IDEA Open API and Plugin Development
Supported products
1 vote
Created
January 21, 2019 12:25
It's also better to use com.intellij.json.JsonFileType#INSTANCE Filetypes may be compared with ==
Community
IntelliJ IDEA Open API and Plugin Development
Editor syntax highlighting without specifying extension
1 vote
Created
January 21, 2019 07:03
Have you considered using com.intellij.testFramework.LightVirtualFile ?
Community
IntelliJ IDEA Open API and Plugin Development
Editor syntax highlighting without specifying extension
1 vote
Created
December 19, 2018 06:55
This is not enough information to help you. Please post your `type` rule. Also, pinning `process` looks proper to me.
Community
IntelliJ IDEA Open API and Plugin Development
BNF: Problem with optional field in method signature
1 vote
Created
December 19, 2018 06:48
1. Yes, it's a proper way to watch file changes 2. This is not a proper ways to cache data. Because psi elements may die and you need to think about refresh/invalidation. UserData has another use c...
Community
IntelliJ IDEA Open API and Plugin Development
Proper Pycharm plugin architecture
1 vote
Created
December 18, 2018 06:43
See com.intellij.openapi.vfs.VfsUtil#findFileByURL
Community
IntelliJ IDEA Open API and Plugin Development
Get file from path to have a virtual file
1 vote
Created
December 11, 2018 06:23
It depends on how literals are parsed. If whole string content is a single token, then probably not. If there are some literal chunks tokens, you should use them in pattern.
Community
IntelliJ IDEA Open API and Plugin Development
Completion inside a string literal
1 vote
Created
December 05, 2018 08:28
Looks like your Patterns.protoDimensionString does not match a middle of the string. or prefix matcher is not `is_` in such case, but `is_moderator, is_` what is not looks like a good place for yo...
Community
IntelliJ IDEA Open API and Plugin Development
Completion inside a string literal
1 vote
Next
›
Last
»