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 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