Hacker News new | ask | show | jobs
by yedpodtrzitko 972 days ago
> and some very questionable syntax highlighting.

Could you elaborate? I'm in the opposite camp and any time I try to use VSCode with Python, I really miss the Semantic Highlighting there, which helps with orientation in the code quite a lot.

2 comments

VS Code has semantic highlighting too, and I'm pretty sure it works with Python these days (might need the right extension/colour scheme).
Certain bits of Python were red, but not because of an error… it was just the color scheme.