Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
amasad
on June 20, 2016
|
parent
|
context
|
favorite
| on:
The Monaco Code Editor
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?
RyanCavanaugh
on June 20, 2016
[–]
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.
amasad
on June 20, 2016
|
parent
[–]
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.
RyanCavanaugh
on June 20, 2016
|
root
|
parent
[–]
The plugin code is here:
https://github.com/Microsoft/monaco-typescript
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Also, any plans to add intellisense support for other languages?