Hacker News new | ask | show | jobs
by maxmouchet 2155 days ago
Semshi [1] does it for Python and I find it very useful for identifying errors such as missing imports, misspelled variables, etc.

[1] https://github.com/numirias/semshi

1 comments

Oooh, this is very nice. Thanks for sharing!