In Sublime Text, can you create a list of effective settings?

In Sublime Text, I sometimes waste time trying to figure out why a particular keyboard binding isn't working, or what is the effective or final value for a particular setting. How do I know what Sublime Text has calculated for each setting? Can I get a list of all the computed settings and / or key bindings?

I tried looking for "effective settings", "calculated settings", "final settings" and I couldn't find anything. Maybe I'm just using the wrong words?

Currently I just made some pretty big custom preferences and custom keybind files that we all share. This is good enough for now, but I need an additional tool in my arsenal to eliminate inconsistent settings, especially effective keyboard shortcuts, which vary significantly depending on which extensions are installed. We don't all work on the same projects, so we don't all have the same environments, and unfortunately, these user preference files seem to override project settings, which I would like to have higher priority.

Am I just wrong? Please enlighten me.

+3


source to share


1 answer


At least there is a plugin called FindKeyConflicts for key mapping conflicts . The command FindKeyConflicts: All Key Maps To Buffer

shows a list of all key bindings, and there are several commands to check which keys are in conflict.



+3


source







All Articles