Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
George
Total activity
11
Last activity
August 15, 2023 17:25
Member since
July 24, 2023 14:14
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
August 15, 2023 17:25
I have a language. I need to do an injection of that language into string concatenations. I find MultiHostInjector suitable for this, but it does not support concatenation. I found ConcatenationAwa...
Community
IntelliJ IDEA Open API and Plugin Development
Injected languages in string literal concatenation PyCharm and other IDEs
0 votes
Created
July 25, 2023 09:39
For clarity, I'll give an example. I want to do the following: // put valuehost.putUserData("AnyKey", anyMark); Then in another place do something like: AnyMark anyMark = host.getUserData("AnyKey")...
Community
IntelliJ IDEA Open API and Plugin Development
Saving User Data to PsiElement
0 votes
Created
July 25, 2023 08:54
Hello. Thanks for the answer. But a question arises. How can you make sure that certain user data is associated with a certain PsiElement?
Community
IntelliJ IDEA Open API and Plugin Development
Saving User Data to PsiElement
0 votes
Edited
July 24, 2023 14:15
Hello. I have got a question. PsiLanguageInjectionHost has a putUserData(key, value) method. If I use it to put a value, and then use FileContentUtil.reparseFiles(PsiLanguageInjectionHost, new List...
Community
IntelliJ IDEA Open API and Plugin Development
UserData lifecycle
0 votes