The latest AL Language extension allows custom DLLs including CodeFixes #827
MODUSCarstenScholling
started this conversation in
General
Replies: 1 comment
-
It was on the backlog by Microsoft make this possible, where there wasn't a commitment yet on timing. Great to see that it now here and absolutely the idea to add CodeActions to the LinterCop. I need to look into howto creating Code Actions and not sure if it's possible to also creating tests on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest AL Language extension allows custom DLLs including CodeFixes.
Class Microsoft.Dynamics.Nav.CodeAnalysis.CodeActions.CodeActionServiceLoader has been updated to include *.dll files in analyzer folder with names not starting with "Microsoft." or "System.".
In case you want to implement that feature for some rules.
EDIT: Latest means preview, tested with 15.0.1251530
Beta Was this translation helpful? Give feedback.
All reactions