typescript.java icon indicating copy to clipboard operation
typescript.java copied to clipboard

TypeScript IDE for Eclipse with JSDT & tsserver

Results 57 typescript.java issues
Sort by recently updated
recently updated
newest added

When I Ctrl-Space on an Enum I dont get completion suggestions (like on classes). Am I doing it wrong? Using TypeScript IDE 1.3 on Eclipse neon.3

My colleges and I are using Linux, Mac and Windows as developer system in a project. We decided to set the compiler option newLine to "CRLF" (Windows line ending). In...

It happened when I copied a function from another project (js) into my new ts project. After replacing all "var" by "let" the error disappeared. When I change a let...

To encourage other developers (_who might not know anything about Eclipse plugin development_) to contribute to this project (_either pull requests or by helping to debug issues_), it would help...

Could typescript.java provide also code completion for js-files (if /typings is installed for that module). Actually it only works if js file is renamed to jsx or ts. So code...

Would be nice to extend the dialog "Perform the selected actions on save"" with a selection of available eclipse run tasks. With this, user can automatically execute a eclipse run...

When changing settings, typescript.java generates wrong json format: ``` { "compilerOptions": { "declaration": true, "emitDecoratorMetadata": false, "experimentalDecorators": false, "module": "none", "moduleResolution": "classic", "noFallthroughCasesInSwitch": false, "noImplicitAny": false, "noImplicitReturns": false, "removeComments": false,...

The ts-dialog: "concatenate and emit output to a single file" does not open a file-brower. So I cannot select the output-directory.

list in the outline is sort by alphabetical order. can i change to nature order (in the code).

enable project specific settings on the node.js tab is not really usable because it does store values that are really os specific for example i see: nodeJSEmbedded=node-v4.2.4-win32-x86_64 nodeJSPath=C\:\\Program Files\\nodejs\\node.exe both...