主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Evstigneev
活动总数
194
最后的活动
2024年03月26日 09:34
成员加入日期
2017年01月30日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
84
活动概览
帖子(0)
评论(109)
按最近的活动排序
最近的活动
投票数
创建于
2018年11月29日 08:14
I believe that you should use `PsiTreeChangeListener` and update(re-validate) your view on each change, not only removal. Check if related psi element is still valid and remove notification if it's...
社区
IntelliJ IDEA Open API and Plugin Development
Detect removal of PsiElement
1 票
创建于
2018年11月27日 06:46
Right. And if you need virtual file by any chance, there is a `com.intellij.testFramework.LightVirtualFile`
社区
IntelliJ IDEA Open API and Plugin Development
Create VirtualFile or PsiFile from content
0 票
创建于
2018年11月11日 12:43
Yes, you need a com.intellij.codeInsight.editorActions.BackspaceHandlerDelegate for backspace and typedHandler for enter. With checking if typed char is '\n'
社区
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
1 票
创建于
2018年11月11日 11:57
Basically you need to implement a reference from namespace usage to a namespace declaration, like a local variable in some language. And make an inspection which traverses your file and checks that...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the instance of the parser from an annotator?
1 票
创建于
2017年07月19日 11:17
Please, note that if your modules should resolve to each other, you should put them to dependencies in metadata.json file, at least for now. More information available here: https://www.jetbrains.c...
社区
RubyMine
How to do a complex project setup for Puppet modules
1 票
创建于
2024年03月26日 09:34
shell run configuration has nothing to do with ruby support directly. it is provided by some plugin, so it is unaware about anything configured in rubymine. It has no preselected sdk, and no any aw...
社区
RubyMine
RubyMine Permissions Error – Shell Script Configuration
0 票
创建于
2023年06月16日 02:27
First thing comes to mind is move endStmt out from the statement. It is not part of it, it's part of the markup. So it is like: program ::= statement (semicolon ? endStmt statement)*
社区
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
0 票
创建于
2023年03月16日 03:57
It would be nice to look at language grammar/spec first to decide a proper approach for implementing IDE support.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Grammar Kit - indent based language
0 票
创建于
2023年03月15日 13:40
Could you please tell what language is this?
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Grammar Kit - indent based language
0 票
创建于
2021年03月24日 11:50
By having different plugin versions for different IDE releases. For one release API may be deprecated and removed in the next one. In real world it's complicated and depends on many different thing...
社区
IntelliJ IDEA Open API and Plugin Development
FormattingModelBuilder.createModel scheduled for removal
0 票
«
第一页
‹
上一页
下一页
›
最后
»