Pippy022
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 3
-
-
Pippy022 创建了一个帖子, 已回答"Download Sources" failed, can't see source code of python plugin
I am developing a PyCharm plugin, when I look at the sources for the python plugin, I see a bunch of decompiled class files. public Ref<PyType> getReferenceType(@NotNull PsiElement referenceTarget,... -
-
-
Pippy022 创建了一个帖子, 已回答`ExternalAnnotator` addding a `HighlightSeverity.INFORMATION` doesn't appear in editor
holder.newAnnotation(HighlightSeverity.ERROR, "ERROR").range(TextRange.from(0, 1)).create()holder.newAnnotation(HighlightSeverity.INFORMATION, "INFORMATION").range(TextRange.from(1, 1)).create() W...