Dependents
Navigate front-end codebases in Sublime Text 2/3
Details
Installs
- Total 706
- Win 276
- Mac 324
- Linux 106
Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Dependents
Navigate front-end codebases in Sublime Text 2/3
For updates, follow @getDependents.
Currently supports JavaScript (AMD, CommonJS, and ES6) and CSS Preprocessor (Sass and Stylus) codebases.
Installation
You can install Dependents
via Package Control.
Don't see it? Try reinstalling Package Control. Alternatively, add the repository and install it:
- Package Control -> Add Repository
- Enter
https://github.com/dependents/Dependents
- Package Control -> Install Package
- Choose Dependents
Nodejs Dependency
You must have Node.js installed on your system. Anything v0.10 and above is fine.
- Note: The Node.js windows installer will add the install directory to the
PATH
variable but you must reboot to reload it.
NVM Users
NVM will install Nodejs outside of the standard binary location. If you encounter an error where your Node executable cannot be found,
please override the node_path
in User settings:
- Preferences -> Package Settings -> Dependents -> Settings - User
{
"node_path": "path/to/the/node/install/directory"
}
- This will allow Dependents to find the Node binary for every codebase
Bindings
To more swiftly and conveniently trigger the package's commands both key and mouse bindings are provided.
Key bindings
By default, the following key bindings have been supplied:
OSX:
- Jump to dependency:
Command + Option + Right arrow
- Find Dependents:
Command + Option + Up arrow
- Copy path to clipboard:
Command + Shift + C
Windows and Linux:
- Jump to dependency:
Ctrl + Shift + Down arrow
- Find Dependents:
Ctrl + Shift + Up arrow
Mouse bindings
By default, the following key bindings have been supplied:
OSX:
- Jump to dependency:
Command + Option + Click
on the dependency item - Find Dependents:
Command + Shift + Click
anywhere in document
Windows and Linux:
- Jump to dependency:
Ctrl + Alt + Click
on the dependency item - Find Dependents:
Ctrl + Shift + Click
anywhere in document
Reporting an issue
You can get console logs via View -> Show Console
.
Paste those logs into the body of your issue.
Feel free to chat with me on Gitter if you need help or ping me @mrjoelkemp.
License
(Creative Commons Attribution NoDerivs (CC-ND)](https://tldrlegal.com/license/creative-commons-attribution-noderivs-(cc-nd))
The no derivatives creative commons license is straightforward; you can take a work released under this license and re-distribute it but you can’t change it.