All Projects â†’ jsoncomma â†’ sublime-jsoncomma

jsoncomma / sublime-jsoncomma

Licence: other
A Sublime Text plugin to deal with those damn JSON commas!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sublime-jsoncomma

fatfree-snippets
🔝 Fat-Free Framework snippets for Sublime Text 2/3
Stars: ✭ 20 (-42.86%)
Mutual labels:  sublime-text
exalt
A Sublime Text plugin for validating and formatting XML documents
Stars: ✭ 22 (-37.14%)
Mutual labels:  sublime-text
sublime-pine
A Pine programming language syntax for Sublime Text.
Stars: ✭ 35 (+0%)
Mutual labels:  sublime-text
zephir-sublime
Sublime Text syntax highlighting for for Zephir
Stars: ✭ 41 (+17.14%)
Mutual labels:  sublime-text
SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+68.57%)
Mutual labels:  sublime-text
sublimetext-autobackups
Sublime Text 2/3 Auto backups plugin
Stars: ✭ 70 (+100%)
Mutual labels:  sublime-text
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (-8.57%)
Mutual labels:  sublime-text
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (-20%)
Mutual labels:  sublime-text
sublime-font-cycler
Quickly cycle between your favorite fonts in Sublime Text with the press of a key
Stars: ✭ 19 (-45.71%)
Mutual labels:  sublime-text
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-34.29%)
Mutual labels:  sublime-text
utools-recent-projects
uTools 插件, ćż«é€ŸæŸ„èŻąæœ€èż‘æ‰“ćŒ€çš„éĄč盼
Stars: ✭ 84 (+140%)
Mutual labels:  sublime-text
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (+34.29%)
Mutual labels:  sublime-text
laravel forms boostrap snippets
Handy Sublime Text snippets to create forms inputs for Laravel Collective Forms with Twitter Bootstrap 3.
Stars: ✭ 38 (+8.57%)
Mutual labels:  sublime-text
st package reviewer
A tool to review packages for Sublime Text
Stars: ✭ 13 (-62.86%)
Mutual labels:  sublime-text
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-60%)
Mutual labels:  sublime-text
elm-syntax-highlighting
Syntax Highlighting for Elm in Sublime Text
Stars: ✭ 27 (-22.86%)
Mutual labels:  sublime-text
sublime-meetio-theme
The most powerful and adaptive theme for Sublime Text 3
Stars: ✭ 71 (+102.86%)
Mutual labels:  sublime-text
SublimeText-GameMaker-Plugin
GML Snippets & Syntax Highlighting for SublimeText 2
Stars: ✭ 20 (-42.86%)
Mutual labels:  sublime-text
dotfiles
Dotfiles. Mac and *nix. Handy scripts, configurations for bash, zsh, git, asdf, Sublime Text, Karabiner-Elements, BetterTouchTool and more.
Stars: ✭ 15 (-57.14%)
Mutual labels:  sublime-text
sublimetext-stringutilities
Sublime Text 2/3 plugin for string manipulations
Stars: ✭ 81 (+131.43%)
Mutual labels:  sublime-text

JSONComma

This is the official plugin adapting jsoncomma to Sublime Text 3.

jsoncomma is a simple utility which manages the commas in your JSON-like files. It adds needed ones, and removes the others.

Settings

JSONComma will run every time you save a json-like file. It tries to be smart about what is JSON like (more details in the should_be_enabled function). However, you can explicitly choose whether it should fix your file on save by changing the view setting like so:

{
    "jsoncomma_enabled": false
}

So, for example, if you want to disable running on save for all .json file, you can open a JSON file and search up in the command palette Preferences: Settings Syntax Specific and add the text above. This will explicitly disable running on save.

Similarly, you can explicitly enable it for any syntax you want. All it takes a view settings.

If JSONComma is disabled for the current view (as in it won't run on save), you can fix up some specific text by selecting it and searching up in the command palette JSONComma: Fix Selection.

Automatic download

JSONComma can automatically download the jsoncomma server for you. If you accept it, this package will keep it updated for you. For the curious, here is where the binary is download on your system:

Platform Location
Windows %APPDATA%\jsoncomma\jsoncomma.exe
Mac OS ~/Library/Application Support/jsoncomma/jsoncomma
Linux $XDG_DATA_HOME/.local/share/jsoncomma/jsoncomma

Note about naming

In general, you should refer to jsoncomma all in lower case. It's just that this plugin for Sublime Text has upper case letters to fit with the editor's style.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].