Sublime Forum

Just 3 things

#1

Hello,
I discovered sublime text yesterday and really like what i see. I just need these 3 things and would like to know how to get it done :

  • In windows, work on command prompt from within Sublime text
  • Show file explorer from within sublime text ( like nerd tree in VIM)
  • code navigation in Ruby ( eg in eclipse ctrl-click on a function navigates to defintion)

appreciate your help.

Thanks

0 Likes

#2
  1. wbond.net/sublime_packages/terminal is possibly the best you can get right now. It has ‘open terminal here’ functionality as I read.
  2. Built-in sidebar kinda does what you want I think? Just drag a folder into sublime and it’ll go in the sidebar.
  3. github.com/SublimeText/CTags can help out. If CTags can index ruby files (I don’t use Ruby so I don’t know but I presume it can) then that might be your best bet. But if not, SCI will help. I found SCI a bit too intrusive and a bit slow to index files, etc. but maybe it’s much better these days. I haven’t used it for a few months.

Do have a look at wbond.net/sublime_packages/community to see if there’s anything that might help you though…

0 Likes