主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Matt Ellis
活动总数
34
最后的活动
2024年09月26日 14:13
成员加入日期
2017年08月07日 10:59
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
17
活动概览
文章(0)
帖子(0)
评论(17)
按最近的活动排序
最近的活动
投票数
创建于
2024年09月26日 14:13
正式评论
I'm afraid there's not much to add to the linked post. Rider has a different architecture, and the PSI isn't implemented in the IntelliJ Platform, but in the ReSharper engine. Typically, code that ...
社区
IntelliJ IDEA Open API and Plugin Development
PSI Implementation for C / CPP files
0 票
创建于
2023年11月13日 15:18
正式评论
Unfortunately, a plugin can't extend the resolve itself. However, it can suppress the warning using `IResolveProblemHighligter`, and if it's possible to provide custom details through an annotation...
社区
IntelliJ IDEA Open API and Plugin Development
[Rider/Resharper] - Plugin Development - Resolving "Mvc.TemplateNotResolved" with plugin.
0 票
创建于
2023年11月07日 09:55
正式评论
Unfortunately, this isn't something that could be solved by IdeaVim - the way the IDE handles tabs and splits belongs to the IDE, and it's not possible to completely replace this.The closest you ca...
社区
IntelliJ IDEA Users
Jetbrains equivalent of Vim tabs
0 票
已编辑于
2022年04月25日 07:46
正式评论
Hi! Rider has a more complicated architecture than other IntelliJ based IDEs. Its language processing and language features are handled by a separate process, which is actually ReSharper (JetBrains...
社区
IntelliJ IDEA Open API and Plugin Development
Discrepancies between Idea and Rider for PsiElement
0 票
创建于
2022年03月29日 13:16
正式评论
The LineBreakpoint interface is a Java-language only API and not used in Rider. Other languages, such as JavaScript, Kotlin and PHP, use the XDebugger API, and there is no equivalent to overriding ...
社区
IntelliJ IDEA Open API and Plugin Development
Have DotNet version of java's LineBreakpoint<P extends JavaBreakpointProperties>?
0 票
创建于
2021年07月19日 13:41
正式评论
Unfortunately, this isn't going to be terribly straight forward. Not all IDEs and plugins are compatible, so it's hard to build a single plugin that can work with all features of all IDEs. It depen...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin build process for Rider and other IDEA platforms
0 票
创建于
2021年06月28日 09:38
正式评论
This is where terminology causes issues :) A "project" in the frontend IntelliJ part of a plugin refers to the IntelliJ concept of a project, which is more similar to a .net solution. You can take ...
社区
IntelliJ IDEA Open API and Plugin Development
Get all projects in an open solution in Rider
0 票
下一页
›
最后
»