主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Alexandr Evstigneev
关注
新文章和帖子
新文章、帖子和评论
活动总数
189
最后的活动
2023年03月16日 03:57
成员加入日期
2017年01月30日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
81
活动概览
文章(0)
帖子(0)
评论(107)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
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月29日 09:51
Plugin development documentation is not a full reference, unfortunately. It's more like jump start, giving you an architectural overview and examples for your first steps. Next step is search IDEA ...
社区
IntelliJ IDEA Open API and Plugin Development
Automatic code conversion on paste like "convert java code when paste it to .kt file"
0 票
创建于
2019年03月29日 09:14
Isn't com.intellij.codeInsight.editorActions.CopyPastePreProcessor is what you need?
社区
IntelliJ IDEA Open API and Plugin Development
Automatic code conversion on paste like "convert java code when paste it to .kt file"
0 票
创建于
2019年03月29日 09:11
Could you please describe what exactly you are trying to achieve?
社区
IntelliJ IDEA Open API and Plugin Development
Change txt in dialog box with own plugin
0 票
创建于
2019年03月29日 09:10
What javadoc says about GlobalInspectionTool? Inspections supposed to be run silently for the current editor or manually on some scope, e.g project files. What is your goal?
社区
IntelliJ IDEA Open API and Plugin Development
Apply code inspection to all files in project API
0 票
创建于
2019年03月27日 07:01
That complicates things. But you can just continue development and sometime it will happen :) Looks like you are using smartpointermanager from one project to create a smartpointer for psi element ...
社区
IntelliJ IDEA Open API and Plugin Development
Element from alien project
0 票
创建于
2019年03月27日 06:42
How about setting a breakpoint in com.intellij.psi.impl.smartPointers.SmartPointerManagerImpl#ensureMyProject to the throw statement and just run under debugger?
社区
IntelliJ IDEA Open API and Plugin Development
Element from alien project
0 票
1
2
3
4
5
6
›
»