- Performance improvements
- Support for wrapped lines
- RESW support
- Open to suggestions...
Features that have a checkmark are complete and available for download in the CI build.
These are the changes to each version that has been released on the official Visual Studio extension gallery.
- Avoid locking UI when parsing the solution.
- Startup performance improvements.
- Improve support for Razor files.
- Handle changing solutions without restarting VS.
- Improve extension loading.
- Support opening .csproj files directly (not as part of a solution.)
- Small performance (responsiveness) improvement.
- Fix exception when reloading a solution while the package is loading.
- Added tracking to try and identify the cause of performance issues.
- Improve handling of invalid code in editor.
- Handle internal exception scenario.
- Support adjusting the spacing around the text indicator.
- Increase spacing between indicator and the line above.
- Fix for possible errors when opening some (more) document types.
- Fix for handling some document types in VS2022.
- Fix occassional crash when opening some projects.
- Add Sponsor Request hint.
- Support VS2022.
- Drop support for VS2017 😢 Sorry, I can't get it to compile and work there correctly anymore.
- Add support for ILocalizer in *.cshtml & *.cs files
- Allow ILocalizer keys to be constants
- Support using aliases
- Allow specifying a 'preferred culture' to use when looking up strings to display.
- Small perf improvements.
- Only pad between lines when definitely something to show
- Internal optimization of referenced resources
- Support VS 2019
- Don't show adorner if usage is in a collapsed section
- Support showing multiple resources in the same line of code
- Prevent resources overlapping if on the same line
- Truncate multi-line strings in adornment and indicate truncation/wrapping
- Use output pane for logging details, not the status bar
- Improve performance and reduce CPU usage
- Support resource files added to the project once opened
- Support VB.Net
- Identify resources followed by a comma or curly brace
- Fix crash when switching branches or opening certain projects
- Enable working with any project type or solution structure
- Initial release