In Sublime Text, I'm sometimes wasting time hunting down why a particular keyboard binding isn't working or what's the effective or final value for a specific setting. How do I see what Sublime Text has calculated for each setting? Can I get a list of all calculated settings and/or keybindings?
I've tried searching for "effective settings", "calculated settings", "final settings", and I'm finding nothing. Maybe I'm just using the wrong words?
For now, I've just made rather large user settings and user keybinding files that we're all sharing. That's good enough for now, but I'd like an extra tool in my arsenal for troubleshooting inconsistent settings, especially effective keybindings which vary significantly depending on what extensions are installed. We're not all working on the same projects, so we don't all have identical environments, and unfortunately, these user preference files seem to override project preferences, which I wish had higher priority.
Am I just going about this the wrong way? Please enlighten me.
At least for key mapping conflicts there is a plugin called FindKeyConflicts. The command
FindKeyConflicts: All Key Maps To Buffer
shows a list of all key bindings and there are several commands to check which keys conflicts.