主页
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)
Matt Ellis
进行了评论,
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 票
Matt Ellis
进行了评论,
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 票
Matt Ellis
进行了评论,
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 票
Matt Ellis
进行了评论,
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 票
Matt Ellis
进行了评论,
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 票
Matt Ellis
进行了评论,
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 票
Matt Ellis
进行了评论,
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 票
Matt Ellis
进行了评论,
2020年01月28日 16:06
正式评论
Rider's implementation of Solution Explorer is very different to the other IntelliJ based IDEs. All of this information comes from the project model held in the out of process ReSharper host that u...
社区
IntelliJ IDEA Open API and Plugin Development
What's the equivalent of ProjectViewNodeDecorator for Rider?
0 票
Matt Ellis
进行了评论,
2020年01月06日 15:30
正式评论
Unfortunately, the Rider architecture can make certain plugins more complex. All of Rider's .NET indexing and analysis is handled by ReSharper, running as an out of process service. This is fine if...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a Rider equivalent of JavaPsiFacade, JavaClass, etc?
0 票
Matt Ellis
进行了评论,
2019年03月07日 10:45
正式评论
I'm presuming that you're using Gradle to build your plugin, and that you've included the gradle-intellij-plugin Gradle plugin into your build files. If so, then you can tell the plugin to download...
社区
IntelliJ IDEA Open API and Plugin Development
Missing essential plugins: rider.intellij.plugin.appender when trying to run test
0 票