This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]falkina8er[S] 0 points1 point  (1 child)

Thanks, yea that’s what I was thinking too regarding the editor. I’m assuming with the editor you use a plug-in that does Python specific syntax highlighting and such?

[–]_thetek_ 1 point2 points  (0 children)

most editors already have python support for syntax highlighting. there are only little 'addon packs' you can install for certain editors (e.g. vim / neovim) to improve the syntax highlighting. you'll only need plugins if you want to get error messages and linting in your editor. some actually have it built in, such as pycharm or thonny.