ide - sublime text 3, indexing, and goto symbol/goto definition -
so downloaded sublime text 3 allegedly "sublime text scans files in project, , builds index of files contain symbols. backs new features goto definition , goto symbol in project".
i created new project containing source code of zend framework...i attempt goto definition , goto symbol still allow "goto" definitions/symbols in current file instead of entire project.
how should configure sublime text 3 such can use goto definition/symbol method in project , not current file (akin eclipse's ctrl + shift + m open method feature).
first off, make sure relevant folders added project checking appear in side bar under folders (which can toggle using ⌘-k ⌘-b). if zend folder isn't there, add going project » add folder project....
then should use goto » goto symbol in project... (or ⇧-⌘-r). goto definition should search in whole project. @ least behaves me on sublime 3 build 3019 os x.
replace ⌘ ctrl , ⇧ shift if on windows.
Comments
Post a Comment