EasySettings icon indicating copy to clipboard operation
EasySettings copied to clipboard

Sublime Settings made easy through auto-completion!

Easy Settings

This Plug-in helps you with editing the Sublime Text 2/3 setting files.
It displays all available settings through auto-completion.
It also displays the documentation of the just accepted setting.

To use it just start typing in a user setting file or press ctrl+space on an empty line for a full list of all available settings.

Installation

Very easy with Package Control right inside Sublime Text 2/3 (Package Control needs to be installed):

  1. Ctrl + shift + P
  2. Search for "inst", hit enter
  3. Search for "EasySettings", hit enter

Manually (not recommended):

  1. Clone or download this package
  2. Put it into your Packages directory (find using 'Preferences' -> 'Browse Packages...')

I'm open to donations :wink:
Donate


License

Easy Settings for Sublime Text 2/3 Copyright (C) 2013 Florian Zinggeler

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.