Releases: aziz/SublimeHyperClick
Releases · aziz/SublimeHyperClick
1.11.1
1.11.0
Added
- aliases: you can now tell HyperClick to follow aliases, used by Webpack and other module bundlers in JS, TypeScript and Sass/SCSS files
- support for Dart files
- jump to file using the mouse: with CMD or CTRL + ALT + click
Fixed
- detection of PHP includes and Twig templates
- support for LESS files with the latest syntax definition
- detection in SCSS files would fail at random
Thanks to our contributors!
1.10.0
1.9.0
1.8.0
Changes
- Support syntax: Javascript (Naomi)
- Support for comments at the end of line in import constructions
- Added vue and mjs file extensions to JsPathResolver
- Fixed HyperClick correct work in out of project environments
Per-project settings
Now project settings for HyperClick lives in "settings" field in project settings file (".sublime-project"). See official documentation for details.
Example of .sublime-project
file:
{
"settings": {
"hyper_click": {
"lookup_paths": {
"js":["/my/lib-dir/for/node"]
}
}
}
}
Thanks to contributors!