Skip to content

Latest commit

 

History

History
120 lines (71 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

120 lines (71 loc) · 2.75 KB

Road map

Features that have a checkmark are complete and available for download in the CI build.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.21

  • Avoid locking UI when parsing the solution.

1.20

  • Startup performance improvements.

1.19

  • 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.)

1.18

  • Small performance (responsiveness) improvement.

1.17

  • Fix exception when reloading a solution while the package is loading.

1.16

  • Added tracking to try and identify the cause of performance issues.

1.15

  • Improve handling of invalid code in editor.

1.14

  • Handle internal exception scenario.

1.13

  • Support adjusting the spacing around the text indicator.

1.12

  • Increase spacing between indicator and the line above.

1.11

  • Fix for possible errors when opening some (more) document types.

1.10

  • Fix for handling some document types in VS2022.

1.9

  • Fix occassional crash when opening some projects.

1.8

  • Add Sponsor Request hint.
  • Support VS2022.

1.7

  • Drop support for VS2017 😢 Sorry, I can't get it to compile and work there correctly anymore.

1.6

  • Add support for ILocalizer in *.cshtml & *.cs files
  • Allow ILocalizer keys to be constants
  • Support using aliases

1.5

  • Allow specifying a 'preferred culture' to use when looking up strings to display.
  • Small perf improvements.

1.4

  • Only pad between lines when definitely something to show
  • Internal optimization of referenced resources

1.3

  • 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

1.2

  • Improve performance and reduce CPU usage
  • Support resource files added to the project once opened

1.1

  • 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

1.0

  • Initial release