简体   繁体   中英

Sublimetext find usages, references

I'm using SublimeText3 and wanted to know if there is an option (package) which can be used to

  • Find references within the file.
  • Find references within the folder.
  • Goto definition.

I found a command called Goto->Reference, but this does not work for the current file and seems buggy.

I also found a package called wordhighlighter which is very useful. https://github.com/SublimeText/WordHighlight . I want to use this to navigate among highlighted words. Is there any keyboard shortcut to achieve this? There is an option to expand and collapse the selection but thats about it.

For someone else who comes up with the same issue, I found the answer here

How to navigate between instances of selected text in Sublime Text 3?

{ "keys": ["alt+super+g"], "command": "find_under" }, { "keys": ["shift+alt+super+g"], "command": "find_under_prev" },

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM