Path Autocomplete Versions Save

Path autocomplete for visual studio code.

1.24.1

10 months ago

1.24.0

  • Adds support for regex modifiers on the replace transformation. Fixes #118
  • Adds support for the inputReplace transformation type. Fixes #118

1.23.0

  • Adds support for language specific configurations. Fixes #123

1.12.0

1 year ago
  • Adds support for the useSingleBackslash preference. Fixes #57
  • Implements the auto detection of the useBackslash flag, fixes #112
  • Updates the activation events to use onStartupFinished, fixes #114

1.20.2

1 year ago

Fixed the dependencies.

1.20.0

1 year ago

1.20.0 Adds support for VS Code for Web

1.19.1

2 years ago

Fixes the extension loading on remote ssh #108

1.19.0

2 years ago

Updates the completion label to be consistent with insertText Fix: asar file is recogonized as directory Upgrade dependencies

1.18.0

2 years ago
  1. integrate some useful front end tools: eslint, prettier
  2. optimize dotfiles, settings.json, launch.json
  3. fix #100
  4. remove npm package suggestion because VSCode has builtin support
  5. code style and performance optimization

1.17.1

3 years ago

Fixed issue with absolute paths on windows.

1.17.0

3 years ago

Adds support for partial paths. Previously the completions were only generated if the path inserted by the user was a valid folder on the disk.
Starting with this version partial paths are suppored as well. Examples:

./tmp/folder1/   -- generates suggetions
./tmp/fol        -- generates suggetions for ./tmp/ and filters out items that don't start with fol

This feature fixes: #87

1.16.0

3 years ago

Added new option path-autocomplete.disableUpOneFolder. Fixes #89 By default it's set to true.