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
this is a huge pr.. before I think this project won't maintain anymore
so I work myself, and follow another fork.. but that one also inactive
I will pr for this
This pr induced typos ci, dependabot, bump a lot of dependencies, make
format, remove deperate function and etc
This also induced something I think good for debug. I have made the test
action be always run on 4000 with tcp mode, and make the log can like
tracing
<ID>ComplexCondition:SemanticTokens.kt$element is KtVariableDeclaration && (!element.isVar || element.hasModifier(KtTokens.CONST_KEYWORD)) || element is KtParameter</ID>
5
+
<ID>ComplexCondition:SemanticTokens.kt$element is KtVariableDeclaration && (!element.isVar() || element.hasModifier(KtTokens.CONST_KEYWORD)) || element is KtParameter</ID>
6
6
<ID>CyclomaticComplexMethod:Completions.kt$private fun elementCompletions(file: CompiledFile, cursor: Int, surroundingElement: KtElement): Sequence<DeclarationDescriptor></ID>
0 commit comments