sublime text 3 can not use "ctrl+shift+r" goto symble!!

Trial1:

  1) quit sublime text 3

  2) Find "~\Sublime Text 3\Index" folder and remov files in it

     3) reopen the project

 

If not work, then Trial2:

  add "Key Bindings-Users":

    [

      { "keys": ["ctrl+shift+r"], "command": "goto_symbol_in_project" }

    ]

  and reboot sublime text 3.(It's means you catch one bug of sumlime text 3. Congratulations!!)

转载于:https://www.cnblogs.com/azor/p/3997505.html

你可能感兴趣的:(sublime text 3 can not use "ctrl+shift+r" goto symble!!)