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: