Hendrik Prince
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 GotoDeclarationAction.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... -
创建于 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?