主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
George
活动总数
11
最后的活动
2023年08月15日 17:25
成员加入日期
2023年07月24日 14:14
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
4
活动概览
帖子(2)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2023年08月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Injected languages in string literal concatenation PyCharm and other IDEs
0 票
创建于
2023年07月25日 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")...
社区
IntelliJ IDEA Open API and Plugin Development
Saving User Data to PsiElement
0 票
创建于
2023年07月25日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Saving User Data to PsiElement
0 票
已编辑于
2023年07月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
UserData lifecycle
0 票