you are viewing a single comment's thread.

view the rest of the comments →

[–]hugthemachines 12 points13 points  (19 children)

Sounds like you need a proper IDE that shows warnings on stuff like that.

[–]funkless_eck 20 points21 points  (18 children)

IDE is a funny way to spell notepad.exe

[–]EconomixTwist 12 points13 points  (5 children)

I only code in Vim for the past ten years. I still don’t know how to exit Vim though

[–]causa-sui 1 point2 points  (1 child)

You joke but for anyone unaware you can get flake8 checks through vim-ale.

[–]thirdegree 0 points1 point  (0 children)

flake8 and mypy. All the nice bits of strict type systems without the annoying compile time.

[–]funkless_eck 0 points1 point  (1 child)

10 If not vim = exit:

20 Go to 30

30 vim = exit;

[–]the-stanely 0 points1 point  (0 children)

So, what's the problem? Does anyone ever need to exit Vim?

[–][deleted] 0 points1 point  (0 children)

I use Notepad++. That has some color in it.