Hendrik Prince
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Hendrik Prince commented, -
Hendrik Prince created a post, AnsweredGotoDeclarationAction.findAllTargetElements does not find elements in Rider 2019.1
I'm using public static PsiElement[] GotoDeclarationAction.findAllTargetElements(Project project, Editor editor, int offset) to find a PsiElement for a GoTo-action. This works for IntelliJ, PyCharm... -
Hendrik Prince created a post, Is it currently supported to insert non-persistent text into an editor?
I want to insert textually informations into the editor that is always visible to the user, but that has not to be persisted into the document. Is there an existing mechanism I could use?