ide-typescript icon indicating copy to clipboard operation
ide-typescript copied to clipboard

TypeScript and Javascript language support for Atom-IDE

Results 21 ide-typescript issues
Sort by recently updated
recently updated
newest added

First, thanks to the developers of this great package ide-typescript. It is great alongside atom-ide-ui package. However, I've discovered that ide-typescript is interfering in autocomplete-plus package, causing this last one...

Similar to #160 but update _every_ dependency, and to the latest versions. This is a draft because it's not tested yet

Some of my TS projects are working just fine. Getting outlines, linting, errors, etc. But this project isn't getting any IDE support and I'm not sure why https://github.com/corvid-coder/nuthatch Try opening...

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: N/A *...

After updating to 0.8.0 I'm really happy with the new language server and expanded diagnostics, but I'm getting a type of warning while working in JavaScript specific to TypeScript. For...

Opening up a new Angular application, created with the Angular CLI causes many Diagnostic messages saying it can't find any of the modules - `@angular/core`, `@angular/platform-browser`, etc.

Hello, I'd love to have a feature called "compileOnSave". Currently, I have to launch a separate Terminal window and call `tsc -w` in my project and that's a bummer in...

First of all thanks for this plugin. I am playing with it at home and it works fine. One things that i missing after toggle from *atom-typescript* it is **rename...

When ide-vue and ide-typescript are used together, intellisense javascript support is in .js files but not in .vue, if desative the ide-typescript package would have support again for .vue but...

It looks like there are cases where outline view displays duplicate functions and their local variables. Please look at the attached screenshot. ![atomjs-outlineissue](https://user-images.githubusercontent.com/15208304/43988625-5e6ba5f2-9d57-11e8-9ae0-110c190f390a.png) The following display is very confusing and...