Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
445 views
in Technique[技术] by (71.8m points)

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

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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

Sublime Text 2: built-in "reveal in Side Bar" feature

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

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

From here.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...