javascript-ultimate icon indicating copy to clipboard operation
javascript-ultimate copied to clipboard

Perfect JavaScript syntax for Sublime Text 3

Results 7 javascript-ultimate issues
Sort by recently updated
recently updated
newest added

After install through package manager in latest sublime:

JS Ultimate duplicates some native snippets : ![image](https://user-images.githubusercontent.com/18501150/80360527-c4ab3480-887f-11ea-8d17-7e67b8a555f7.png) ![image](https://user-images.githubusercontent.com/18501150/80360550-cd036f80-887f-11ea-9cd4-624d158698eb.png) And more are duplicates

I'm curious as to what JavaScript features this package supports, above and beyond the core syntax. The front page bills this syntax as "More accurate to the JavaScript specification". If...

Appears to cause errors with Sublime's Markdown in Sublime 3.1, where opening a any markdown file shows an error, similar to: https://forum.sublimetext.com/t/possible-conflict-between-html-package-and-markdown-package/36356

I have already installed 2 plugins 1. [JavaScript Next Snippets](https://github.com/AlexKvazos/javascript-next-snippets) 2. [Javascript and nodejs Snippet](https://packagecontrol.io/packages/JavaScript%20%26%20NodeJS%20Snippets) Note: above plugins are different from the plugins you especially mentioned in your README.md. Does...

With this package installed the `.vue` files are rendered like this: ![image](https://cloud.githubusercontent.com/assets/1017515/23173465/ffa073d8-f837-11e6-908b-af5ab1a8abaf.png)

Is it supported and if not do you plan to add React JSX support?

enhancement