eclipse-typescript
eclipse-typescript copied to clipboard
An Eclipse plug-in for developing in the TypeScript language.
Hi, I am a java developer trying to set up an dev environment to do some development using nodeclipse and typescript and angular2. I installed nodeclipse and then eclipse-typescript. Created...
I try to use the plugin for angular 2. I would like to set moduleResolution, emitDecoratorMetadata, experimentalDecorators. Is there some possibility to set these? Is it possible for extend the...
Hi There, When I try to install the Typescript plugin for Eclipse I am getting following error can any body help me to our come this issue. An error occurred...
I try to use typescript plugin with node.js as module resolver. I have cloned your project and found the parts of this feature is already implemented. (When I finish, I...
When using a multi project workspace after each save in a "ts" (or even in an "html" source) file the build takes almost a minute and the nodejs process at...
I use eclipse luna cdt and wanted to add typescript support. When I save .ts file I'm getting error: ``` Errors occurred during the build. Errors running builder 'TypeScript Builder'...
As per http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html , the typings field in `package.json` should be read to determine typings for a module. Related to #301 Step #2 (modules with a default `/index.d.ts`) was implemented...
I'm using external modules in typescript. I have two imports: import {IDashWidgetData} from '../data/IDashWidgetData'; import {ITabularData} from '../../data/ITabularData'; The files are both in the same directory, and the correct path...
Hi, This is a great plugin, however, it recompiles and changes dates of every referenced TypeScript file almost always. That's not the problem, it's good to check more often than...
Would be a killer feature! Although I suppose it is quite a lot of work.