microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

Naomi syntax with Typescript auto completions? #700

Open drewhamlett opened 5 years ago

drewhamlett commented 5 years ago

Is it possible to get Typescript autocompletions with the Naomi sublime package? Naomi seems to provide better JSX support with the way it auto idents when hitting enter and better syntax highlighting for certain things(Naomi sees types and interfaces as flow definitions so not sure what bugs could happen) It would be nice to get the Typescript autocompletions in the Naomi grammar / highlighting. https://github.com/borela/naomi

Thanks

DanielRosenwasser commented 5 years ago

I'm not familiar enough with that package. Can you explain where conflicts arise between the two?

que-etc commented 5 years ago

@drewhamlett It used to work until very recently. Try to revert these changes locally (worked for me): https://github.com/Microsoft/TypeScript-Sublime-Plugin/pull/705/files

If it helps, you can install v3.3.1 of this plugin directly from git.

drewhamlett commented 5 years ago

Hey, yea just to clarify I was wondering if I could have a file on Naomi syntax(or babel-sublime, etc), but have the typescript package running for that syntax. Like typescript checker, compiler, etc