Skip to content

Releases: btastic/HandlerFinder

Release 1.0.12

01 Mar 19:07
Compare
Choose a tag to compare

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

01 Mar 01:30
Compare
Choose a tag to compare

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

01 Mar 01:00
Compare
Choose a tag to compare

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

28 Feb 20:34
Compare
Choose a tag to compare

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

22 Nov 14:31
Compare
Choose a tag to compare
Bumped version to 1.0.8

Release 1.0.7

22 Nov 11:31
Compare
Choose a tag to compare
Upped version to 1.0.7

Release 1.0.5

20 Nov 16:33
Compare
Choose a tag to compare
Include ClassDeclarationSyntax to allow for finding handlers from the…

Release 1.0.4

20 Nov 16:13
Compare
Choose a tag to compare
First test version