sublimetext3sublime-text-pluginsublimelinter

View SublimeLinter (v4) settings from SublimeText3's python console


I'm trying to view all settings for SublimeLinter so that I can update my settings file. I read this page about sublime's view.settings() function, and figured it was probably in there, but the SublimeLinter documentation doesn't tell me how to access the settings from the control panel. The internal documentation is an empty string, which isn't very helpful. Any information about how to drill into plugins' settings files would be much appreciated.


Solution

  • When you open the settings, the default settings are displayed and documented on the left. There are no other settings than these. Other variable values are set internally using constants etc., there are no “secret” settings.

    You can override parts of any plugin, e.g. the status bar view, if you don’t find the settings you need. Try using https://packagecontrol.io/packages/PackageResourceViewer