主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Evstigneev
活动总数
194
最后的活动
2024年03月26日 09:34
成员加入日期
2017年01月30日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
84
活动概览
帖子(0)
评论(109)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin] Highlighter doesn't update colors sometimes (no errors in log)
2 票
创建于
2019年11月19日 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...
社区
IntelliJ IDEA Users
Developing "in" Windows Subsystem for Linux
1 票
创建于
2019年03月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Supported products
1 票
创建于
2019年01月21日 12:25
It's also better to use com.intellij.json.JsonFileType#INSTANCE Filetypes may be compared with ==
社区
IntelliJ IDEA Open API and Plugin Development
Editor syntax highlighting without specifying extension
1 票
创建于
2019年01月21日 07:03
Have you considered using com.intellij.testFramework.LightVirtualFile ?
社区
IntelliJ IDEA Open API and Plugin Development
Editor syntax highlighting without specifying extension
1 票
创建于
2018年12月19日 06:55
This is not enough information to help you. Please post your `type` rule. Also, pinning `process` looks proper to me.
社区
IntelliJ IDEA Open API and Plugin Development
BNF: Problem with optional field in method signature
1 票
创建于
2018年12月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Proper Pycharm plugin architecture
1 票
创建于
2018年12月18日 06:43
See com.intellij.openapi.vfs.VfsUtil#findFileByURL
社区
IntelliJ IDEA Open API and Plugin Development
Get file from path to have a virtual file
1 票
创建于
2018年12月11日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Completion inside a string literal
1 票
创建于
2018年12月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Completion inside a string literal
1 票
下一页
›
最后
»