Skip to content

Releases: aziz/SublimeHyperClick

1.11.1

23 Jun 00:49
Compare
Choose a tag to compare

Bug fix: HyperClick would ignore when a file had its syntax changed (e.g. through "Set syntax:" or by another plugin) #56

1.11.0

09 Jan 16:11
0ad656c
Compare
Choose a tag to compare

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

05 Jan 15:35
Compare
Choose a tag to compare

Added

  • support for Svelte files (JS only)

Fixed

  • fixed Sass path recognition with the latest SublimeSass syntax definition

1.9.0

19 Jun 20:29
3f29b46
Compare
Choose a tag to compare

Added

  • support for typescript files out the box

Fixed

  • fixed missing annotation after clicking on non-matched/empty line

1.8.0

05 May 12:46
e40a0fe
Compare
Choose a tag to compare

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!

1.7.0

12 Jan 16:34
ab37554
Compare
Choose a tag to compare

Added support for more languages:

  • CSS
  • Jinja2
  • JSTL
  • Nunjucks
  • Pug
  • SugarML
  • SugarSS
  • Twig