|
|
|
|
|
by lkitching
2659 days ago
|
|
But the IDE's ability to tell you depends on the language. IDE features for dynamic languages are worse because the static structure of the code is not available, so usually devolves into basic string matching. In the case of C#, the language and IDE support are developed together, and new features like async, linq etc are not considered done until the tooling (IDE, debugger etc.) supports them. It's unfair to dismiss the tooling for such languages when they were explicitly designed with them in mind. |
|
I'm even pretty sure that until a decade ago, Emacs had a more grammatical understanding of source code than Visual Studio.