Hendrik Prince
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Hendrik Prince 进行了评论, -
Hendrik Prince 创建了一个帖子, 已回答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... -
Hendrik Prince 创建了一个帖子, 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?