palantir typescript plugin
https://github.com/palantir/eclipse-typescript
需要 kepler (4.3)
要自動compile .ts 需要設定
1. Window / Preference / Typescript
2. 右鍵點擊project, configure / enable Typescript builder
3. Project properties / 設定路徑
遇到issue:
debug
source map 可以正常運作,但ts檔要放在 browser 可以存取的路徑。在chrome中設定 breakpoint在 ts檔上,該行不會有高亮度顯示
從其github repository的活躍來看,palantiir plugin 比typec要多人使用
typecs
http://typecsdev.com
需要 kepler (4.3)
設定:
1. add typescript support
2. project properties / typescript 中,設定source, output路徑
兩個plugin同時安裝,project properties中的設定項目似乎會被覆蓋。
線上 IDE
http://fiddlesalad.com/typescript/
取得Definition
- http://definitelytyped.org/tsd/
- FB SDK definition https://github.com/doggy8088/typescript-facebook-definition
留言