Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The JavaScript IntelliSense support looks really solid. Does it use TypeScript under the hood for type inference?

Also, any plans to add intellisense support for other languages?



Yep, the JS inference engine here is just the TypeScript inference system with a few extra rules bolted on. It's also the JS inference used when compiling JS files in TS under the --allowJs flag.


Can you point me to the part of the code that is responsible for that in Monaco? I'd like to use it in my editor locally.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: