SublimeText 3, how to navigate between files in project
I'm new to SublimeText (migrated from TextMate) and it's awesome. But I'm
familiar with JetBrains IDE and I need functionality to quickly open a
file/class in a project. SublimeText provides cool features, like open
symbol anywhere, goto anything and so on, but I can't find anything to
open just files in a project. When I'm working on a big project – goto
anything and similar are not suit for me.
For example, I have a class named Data. When I'm trying to open that class
with 'goto anything/symbol in project' – I got a lot of variables and
methods in the list, because 'data' is pretty common word in programming.
So, I'm trying to achieve functionality to open only classes/files,
without searching inside of them (like JetBrains Navigate -> Class). Is
there any built-in functionality, or I need to write a custom plugin for
my needs?
No comments:
Post a Comment