|
|
|
|
|
by anthk
516 days ago
|
|
With vim you run factoring tools as an external tools. Massive wasting of time? with vim you can do something in seconds that with an IDE you would last minutes if not ours. Check out: - entr to run commands on modifying files/directories - plain Makefiles to run your code: git://bitreich.org/english_knight - LSP and alike tools for your language |
|
I feel like you only read half of that sentence.
entr to run commands on modifying files/directories
Alt-Tab to the command console that I always have running.
plain Makefiles to run your code
I have no idea what the advantage is here. F5 to run my code, including scripted deployment.
LSP and alike tools for your language
I don't know what this means.