All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adds support for VS Code on the Web (vscode.dev / github.dev)
- Adds Elixir and Phoenix framework rulesets — thanks to PR #37 by tpaktop (@Maxim-Filimonov)
- Adds workspace trust support — thanks to PR #36 by Alessandro Fragnani (@alefragnani)
- Fixes #45 - Change keybinding condition
- Adds dephi ruleset — thanks to PR #13 by Alessandro Fragnani (@alefragnani)
- Adds xaml ruleset
- Fixes issues with mutli-root workspaces
- Adds
findrelated.openSideBySide
setting to specify whether to open the related file to the side — thanks to PR #11 by Alessandro Fragnani (@alefragnani)
- Improves size and performance by bundling the extension and its dependencies with webpack
- Adds
findrelated.autoPreview
setting to specify whether to automatically preview related files upon selection — closes #6 - Adds
findrelated.ignoreExcludes
setting to specify whether to ignore file excludes when searching for related files — closes #9
- Adds exclude patterns (using
files.exclude
&search.exclude
settings) to the file search to improve performance -- Attempts to address #2 - Adds slack chat badge
- Adds preview of editors when selecting (highlighting) an item in the quick pick menu
- Changes to use the supported vscode api for opening editors
- Fixes marketplace badge layout
- Renames
findrelated.advanced.debug
setting tofindrelated.debug
- Renames
findrelated.output.level
setting tofindrelated.outputLevel
- Adds
alt+right arrow
shortcut to open related files in the quick pick menu without closing the quick pick menu
- Removes Marketplace
Preview
label
- Fixes issue with output channel logging
- Opens related files in the same editor group as the current editor
- Removes unused dependencies and code
- Fixes logging to clean up on extension deactivate
- Adds an extension API that can be used to expand Find Related File's capabilities
- Adds c/c++ ruleset
- Dramatic performance improvement with file searches
- Adds a screenshot to the marketplace description
- Updates the minified files ruleset
- Adds minified files ruleset
- Removes the current file from the result set if found
- Fixes issues on Windows
- Adds new rulesets for csharp, aspnet, and aspnet mvc
- Complete rework around regex and regex replacement, rather than extensions
- Initial release