pebble / cloudpebble

CloudPebble source. Here be dragons.
https://cloudpebble.net/
MIT License
211 stars 83 forks source link

TypeScript support #324

Open andrei-markeev opened 8 years ago

andrei-markeev commented 8 years ago

Hello guys,

First of all: great work with Cloud Pebble, this is extremely convenient dev experience!

Any plans implementing Typescript support in Cloud Pebble?

I think it might improve coding experience even more when creating especially Pebble.js applications and writing PebbleKit JS code as well.

I have experience implementing support for TypeScript-driven code completion for CodeMirror and it is very lightweight and easy to do. They have user-friendly compiler API with good documentation, and this integrates with CodeMirror smoothly.

I'm ready to prepare a PR for that if there's interest.