|
|
|
|
|
by antiufo
3204 days ago
|
|
The JavaScript intellisense engine of previous versions of Visual Studio used to instrument a sandboxed JS engine in order to extract the shape of objects and methods used in the code, so it also worked when unusual idioms for structuring code were used.
Recent versions use instead the TypeSript compiler, with support for plain JavaScript and flow analysis. |
|