You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make public CompletionVariantsProcessor.addElement() (see Smk CompletionVariantsProcessor) or allow to customize processor.execute(it, ResolveState.initial())
PyDictKeyNamesCompletionContributor.createElement & insert handler or even EP
Reference provider or resolve provider for numeric literals, e.g. for 0 in input[0]
Extend PyResolveUtil.allowForwardReferences(node) for PyUnboundLocalVariableInspection::class.java. Our localrules and ruleorder are before rule declaration
Missing PyCharm features / api:
input
' inspection on lambda parameters 'Shadows built-in nameinput
' inspection on lambda parameters #133PyCharm: make com.jetbrains.python.parsing.ExpressionParsing#parseFormattedStringNode public PyCharm: make com.jetbrains.python.parsing.ExpressionParsing#parseFormattedStringNode public #139CompletionVariantsProcessor.addElement()
(see Smk CompletionVariantsProcessor) or allow to customizeprocessor.execute(it, ResolveState.initial())
0
ininput[0]
localrules
andruleorder
are before rule declarationPyInspectionsSuppressor#isSuppressedForElement
. We reuse it for custom suppressor, see Suppress inspection doesn't work in some cases #313collections.iterable
but gotoutput:
false positive #317, Expected typeIterable
(..), gitinput:
instead #320, Expected a dictionary, got Rulerule_name
#319The text was updated successfully, but these errors were encountered: