Sometime recently goto_symbol_in_project has stopped working for me. The command is still bound and nothing has overriden it as far as I can tell but nothing shows up in the error console.
Any thoughts on how to troubleshoot or what the issue is?
Sometime recently goto_symbol_in_project has stopped working for me. The command is still bound and nothing has overriden it as far as I can tell but nothing shows up in the error console.
Any thoughts on how to troubleshoot or what the issue is?
When I installed emmet I had this issue. github.com/sergeche/emmet-subli … ult%20(OSX.sublime-keymap#L157
You can see what command is running by entering “sublime.log_commands(True)” in the ST console.
I never use ‘reflect_css_value’ so in the Emmet user-settings I’ve added the following.
"disabled_keymap_actions": "reflect_css_value"
Thanks, gotta see if there’s a bug already in emmet regarding this. I’m surprised how few people are on ST3 yet.