- Amend node module links to ignore
homepage
field. - Amend node module links to target specific version and directory on GitHub or NPM registry.
- Upgrade dependencies.
- Fix not being able to read package.json in node_modules.
- Upgrade dependencies.
- Reduced start-up time.
- Fixed support of JavaScript: opening TypeScript files first.
- Fixed support of JavaScript React: unable to electrify JSX file paths from JS files.
- Fixed support of JavaScript: wrong relative path pattern.
- Added the file watcher so it determines a file/directory existence faster.
- Fixed missing some static file links.
- Fixed support of TypeScript: compatibility issues with JavaScript and vice versa.
- Fixed support of JavaScript: ambiguous files and directories.
- Added support of TypeScript: files.
- Fixed stop processing when a non-existing file was found.
- Added support of Webpack loader.
- Removed
openRecent
command in favor of Sparrow Keys. - Removed
openSimilar
command in favor of Sparrow Keys. - Removed
openPackage
command in favor of Sparrow Keys.
- Amended
openSimilar
command so that it prompts a file picker dialog.
- Added
openRecent
command. - Added
openSimilar
command. - Added
openPackage
command.
- Added support of Visual Studio Code 1.18.0.
- Added support of TypeScript:
import
.
- Added support of Go:
import
.
- Added support of JavaScript: a source file in NPM module.
- Added support of JavaScript: a file as a parameter in a function-call.
- Added support of JavaScript: a link to Node.js API.
- Added support of JavaScript: a NPM module homepage or repository.
- Added support of JavaScript:
import
andrequire()
. - Added support of Stylus:
@import
and@require
.