Pippy022
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 3
-
已编辑于 "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,... -
已编辑于 `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...