Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dorny/sublimets
A SublimeText package for the TypeScript language.
https://github.com/dorny/sublimets
Last synced: 29 days ago
JSON representation
A SublimeText package for the TypeScript language.
- Host: GitHub
- URL: https://github.com/dorny/sublimets
- Owner: dorny
- License: mit
- Created: 2014-04-06T23:38:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T21:32:37.000Z (over 10 years ago)
- Last Synced: 2024-10-15T04:24:14.165Z (2 months ago)
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SublimeTS
A [SublimeText](http://www.sublimetext.com/) package for the [TypeScript](http://www.typescriptlang.org/) language.
## Features:
* Syntax Definition
* Comments & Indentation Preferences
* SnippetsMain advantage of this plugin is actually working syntax definition.
All other Sublime TypeScript plugins are using same old syntax definition which can't correctly handle
class methods or variable types.
I will try to merge my work with other plugins so i hope this statement will not be true for a long time.This plugin does not provide typescript autocomple (performance issues) or
build system (use [grunt-ts](https://github.com/grunt-ts/grunt-ts) instead).
If you want "heavy IDE" features inside Sublime, look at [T3S](https://github.com/Railk/T3S).## Credit
Syntax definition uses parts from Javacirpt JSX definition from Timothy Yung's [repo](https://github.com/yungsters/sublime).