atom-turbo-javascript icon indicating copy to clipboard operation
atom-turbo-javascript copied to clipboard

Commands and snippets for faster Javascript and Typescript with the Atom Editor

Results 12 atom-turbo-javascript issues
Sort by recently updated
recently updated
newest added
trafficstars

I've been very happy with turbo javascripts, but I needed a keyboard shortcut for the HTML escape `` which is a real pain to write out each time. I couldn't...

Hi, I'm confused to why it is not working for my `.ts` and `.tsx` files. Works for my `.js` files.

@extrabacon `co={` is especially helpful in react.js, like ``` javascript const { something, another } = this.props ``` And release a new version, please!

hey if u there, will u please add the snippets for maths,number object

Hello! This PR adds a few [Sinon](http://sinonjs.org/) snippets. Happy to add more if you're OK with the PR. Thanks for a great plugin!

Hello, I'm missing throw new snippets could you please add ones for following use cases: - throw new Error('${message}); -> tne - throw new ${ErrorType()}; -> tnet

Just some simple copy paste. I think i edited all the relevant files. Cheers!

Normally when I press CTRL+; it will find the end of the line and insert a semicolon, but this functionality has broken in recent days, and will insert the comma...

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.7 **System**: Microsoft Windows 8.1 Pro **Thrown From**: [turbo-javascript](https://github.com/extrabacon/atom-turbo-javascript) package, v1.1.3 ### Stack Trace Uncaught TypeError: Cannot read property...