Releases: btastic/HandlerFinder
Releases · btastic/HandlerFinder
Release 1.0.12
New
- Handling for QualifiedNameSyntax e.g. when a class is being used with a namespace.
- For example:
Konseben.A.TestClass
- if you right click onTestClass
, you can now find handlers which are used asHandle(TestClass testClass)
or vice-versa.
- For example:
Release 1.0.11
Fix
- When the methods span contains a new line, it can shift the columnIndex. So we remove it before determining the IndexOf "Handle"
Release 1.0.10
New
- Support for multiple find results.
- If there are multiple results, they will be shown in the output window named "Find Handler Results".
- Clicking on one of the results will navigate to the location
Fix
- Go to the correct column when navigating to a result.
- Previously we just navigated to the targeted line number, but the column index was always 0.
Release 1.0.9
Overall this should make the extension work way better in terms of finding the Command/Event handler.
It doesn't matter anymore where the files are located. It will just look at all C# documents within the solution opened.
New
- Show a message when the extension was not able to find a Handler
- Show a message when the extension was able to find a Handler
Fix
- The Find handler menu now should also work on
ConstructorDeclarationSyntaxes
(basically the constructor of a command/event class)
Release 1.0.8
Bumped version to 1.0.8
Release 1.0.7
Upped version to 1.0.7
Release 1.0.5
Include ClassDeclarationSyntax to allow for finding handlers from the…
Release 1.0.4
First test version