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

An Eclipse plug-in for developing in the TypeScript language.

Results 68 eclipse-typescript issues
Sort by recently updated
recently updated
newest added

The option "use tsconfig" is not saved between restart. TypeScript -> Compiler seems to become checked instead. It seems like there is a conflict with project specific of TypeScript ->...

mentioned in: https://github.com/palantir/eclipse-typescript/issues/331, will submit a PR soonish

is possible use VCL.JS in Eclipse ?

In Windows is unable to find NodeJS if it is installed in a custom location, even if it is accessible from the command line and available in the PATH variable.

Hellow! I need compile only files "_.d.ts" and ignore save files "_.js" how configure fo this?

interface Point { readonly x: number; } Property or signature expected.

We switched from grunt-ts, and started getting this error. Grunt-ts continues to handle it properly, which is why we're convinced it's a plugin issue. Scenario: All libraries are contained in...

enhancement

Hi, I'm trying to install this eclipse plugin. It looks promising. Each time I try this I get the following error: !ENTRY org.eclipse.equinox.p2.engine 4 4 2016-10-12 08:33:34.657 !MESSAGE An error...

Version: Luna SR2 (4.4.2) TypeScript 1.5.0.v20150727-0436 com.palantir.typescript.feature.feature.group Palantir Technologies, Inc. ![compiler](https://cloud.githubusercontent.com/assets/12022250/18214063/1ee52ba4-7119-11e6-9270-b7c0b3db4ff2.jpg) export class Test { tmember: string; } Cannot compile modules unless the '--module' flag is provided. whenever the export...

The TypeScript builder seems to be locking workspace (probably using a WorkspaceJob) for a while, although it may not be necessary to lock it fully: only write operations need a...