Y
Hacker News
new
|
ask
|
show
|
jobs
by
ygritte
327 days ago
Yep, shellcheck + syntastic in vim makes for a great bash "IDE".
1 comments
HankB99
326 days ago
https://github.com/vim-syntastic/syntastic
looks like it is no longer maintained. Is there something more recent for syntastic?
Agreed WRT shellcheck.
link
dcassett
326 days ago
It mentions ALE [1] as the logical successor to syntastic. I've been using ALE for many years.
[1]
https://github.com/dense-analysis/ale
link
Agreed WRT shellcheck.