Hacker News new | ask | show | jobs
by kamaal 1775 days ago
Don't we have support for most of this in language plugins for Python in vscode et al, already?
1 comments

It's not as accurate or satisfactory in my experience. For example I get errors after running in python, which could be detected in statically typed languages while typing in IDE. Autocomplete is also less than optimal. As for autocomplete intellij IDEs > LSPs for typed languages > Untyped languages IME.