Skip to content

Releases: btastic/HandlerFinder

Release 1.0.13

Choose a tag to compare

@btastic btastic released this 10 Sep 08:39
  • Adds support for Visual Studio 2026

Release 1.0.12

Choose a tag to compare

@btastic btastic released this 01 Mar 19:07

New

  • Handling for QualifiedNameSyntax e.g. when a class is being used with a namespace.
    • For example: Konseben.A.TestClass - if you right click on TestClass, you can now find handlers which are used as Handle(TestClass testClass) or vice-versa.

Release 1.0.11

Choose a tag to compare

@btastic btastic released this 01 Mar 01:30

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

Choose a tag to compare

@btastic btastic released this 01 Mar 01:00

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.

Impressions
image
Multiple results for an event

image
Message when an event has no handler

Release 1.0.9

Choose a tag to compare

@btastic btastic released this 28 Feb 20:34

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

Choose a tag to compare

@btastic btastic released this 22 Nov 14:31
Bumped version to 1.0.8

Release 1.0.7

Choose a tag to compare

@btastic btastic released this 22 Nov 11:31
Upped version to 1.0.7

Release 1.0.5

Choose a tag to compare

@btastic btastic released this 20 Nov 16:33
Include ClassDeclarationSyntax to allow for finding handlers from the…

Release 1.0.4

Choose a tag to compare

@btastic btastic released this 20 Nov 16:13
First test version