Pippy022
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
-
Edited "Download Sources" failed, can't see source code of python plugin
AnsweredI 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,... -
Edited `ExternalAnnotator` addding a `HighlightSeverity.INFORMATION` doesn't appear in editor
Answeredholder.newAnnotation(HighlightSeverity.ERROR, "ERROR").range(TextRange.from(0, 1)).create()holder.newAnnotation(HighlightSeverity.INFORMATION, "INFORMATION").range(TextRange.from(1, 1)).create() W...