How can I match function call text color to function definition in VS Codium? #7485
Unanswered
RainyCityCoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have VS Codium with this extension installed. I can't find pylance in VS Codium's extension list. Is there a way to match the color of the
does_something
text (the function call) on line 5 with the color of the function namedoes_something
on line 1?I ran a quick test. VS Code without the Python extension from Microsoft doesn't color-match function calls with function definitions. VS Code with Python extension installed and enabled does color-match, as seen here:
So I think it's this extension doing the work. If I disable VS Code's pylance extension the color-matching still occurs. VS Code and VS Codium's Python extension are both set to use "Default" language server.
I noted the version of the VS Code extension is newer than that of the VS Codium extension; could it be I simply have to wait for the newest update, or is there something I might be missing?
Beta Was this translation helpful? Give feedback.
All reactions