JavaScript(ES6 && JSX)
, TypeScript
, CoffeeScript
, Python
, Ruby
, PHP
, Hack
, Perl
, KRL
, Erb
, Haml
, C/C++
, Puppet
, ASP
, Shell
Alt+Cmd+Enter
/Ctrl+Alt+Enter
<cmd-click>
on a word to jump it's declarationInstall the package goto-definition
in Atom (Preferences->Install) or use Atom's package manager from a shell:
$ apm install goto-definition
Performance mode is 10x faster then nomal model. if you want a better experience, please open the performance mode.
Steps:
ripgrep
, see https://github.com/BurntSushi/ripgrep#installation. Yeap, now we use ripgrep
to search definitions, because of it's incredibly fast.Settings -> Packages -> goto-definition -> Settings -> Performance Mode
on.Now the performance model is still testing, welcome suggestions and feedback. If it goes well, we will open the performance mode by default in the next version.
In performance mode, if you want ignore some files, you can create a file called .ignore
in the root of the project, it working like .gitignore
.
Settings -> Exclude VCS Ignored Paths
option off.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.