Sublime Text 2 - Link with Editor / Show file in sidebar

后端 未结 5 1700
时光取名叫无心
时光取名叫无心 2020-12-13 01:59

I\'m looking for a feature like Eclipse\'s Link with Editor. Basically, I want whatever file I\'m editing to be shown in its place in the file tree.

5条回答
  •  爱一瞬间的悲伤
    2020-12-13 02:41

    Just right-click anywhere in the file's view and press "Reveal in Sidebar."

    Sublime Text 2: built-in

    To make a key-binding, go to Preferences > Key Bindings-User and add:

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

    From here.

提交回复
热议问题