Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Matt Ellis
Follow
New articles and posts
New articles, posts, and comments
Total activity
28
Last activity
April 25, 2022 07:46
Member since
August 07, 2017 10:59
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
14
Activity overview
Articles (0)
Posts (0)
Comments (14)
Sort by recent activity
Recent activity
Votes
Edited
April 25, 2022 07:46
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Discrepancies between Idea and Rider for PsiElement
0 votes
Created
March 29, 2022 13:16
Official comment
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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Have DotNet version of java's LineBreakpoint<P extends JavaBreakpointProperties>?
0 votes
Created
July 19, 2021 13:41
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin build process for Rider and other IDEA platforms
0 votes
Created
June 28, 2021 09:38
Official comment
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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Get all projects in an open solution in Rider
0 votes
Created
January 28, 2020 16:06
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
What's the equivalent of ProjectViewNodeDecorator for Rider?
0 votes
Created
January 06, 2020 15:30
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a Rider equivalent of JavaPsiFacade, JavaClass, etc?
0 votes
Created
March 07, 2019 10:45
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
Missing essential plugins: rider.intellij.plugin.appender when trying to run test
0 votes
Created
February 20, 2018 10:22
There is a chance that the call to `replace` is making a copy of the new element to insert into the tree rather than actually using the `newElement` instance, which would explain the `null` parent ...
Community
IntelliJ IDEA Open API and Plugin Development
Replacing a PsiElement but keeping the newlines and spaces
0 votes
Edited
January 12, 2018 15:03
Rider has a very different model to most other IJ based IDEs - there is no C# PSI inside IntelliJ. All of the parsing, analysis and refactorings are performed out of process in a ReSharper instance...
Community
IntelliJ IDEA Open API and Plugin Development
How to write a plugin for multiple Platform SDKs?
0 votes
Created
October 05, 2017 09:37
Nice, that didn't take long!
Community
IntelliJ IDEA Open API and Plugin Development
Plugin downloads badge from shields.io
0 votes
1
2
›
»