Pippy022
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
-
-
Pippy022 created a post, Answered"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 created a post, Answered`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...