al-codeactions icon indicating copy to clipboard operation
al-codeactions copied to clipboard

Results 16 al-codeactions issues
Sort by recently updated
recently updated
newest added

Hey, one of my most needed Cleanup is not working atm: > Method not found: 'Microsoft.Dynamics.Nav.CodeAnalysis.Compilation Microsoft.Dynamics.Nav.CodeAnalysis.Compilation.Create(System.String, System.String, System.Version, System.Nullable`1, System.Collections.Generic.IEnumerable`1, System.Collections.Generic.IEnumerable`1, Microsoft.Dynamics.Nav.CodeAnalysis.CompilationOptions, Microsoft.Dynamics.Nav.CodeAnalysis.IFileSystem, Microsoft.Dynamics.Nav.CodeAnalysis.DotNet.IDotNetResolverFactory, Microsoft.Dynamics.Nav.CodeAnalysis.IReferenceManager, Boolean)'. Is there anything...

I would like to have full functionality report in searching and sorting my records

Added Codeaction to refactor a line to an Evaluate expression. based on refactorToValidate

Hi @DavidFeldhoff , it looks like for me that the feature "[Reference to Built in functions](https://github.com/DavidFeldhoff/al-codeactions?tab=readme-ov-file#references-to-built-in-functions)" is broken, it simply does nothing. I was able to reproduce the bug with...

See animation for more details ;) ![Promote](https://github.com/DavidFeldhoff/al-codeactions/assets/25268332/6d32fcaf-fe7c-4b0f-adcb-40665daa28e1)

released

If we use "Create procedure" on a non-existant procedure on the ``Rec`` variable inside a page extension, the procedure is created inside the current page extension instead of the table...

I am working on Linux now for some weeks and noticed that this extension can be installed but the code actions seem to be not available. Was this a decision...

If I have an eventsubscriber with some code and extract this code to a procedure all variables are added as var paramter. Although the orginial event subscriber parameter (e.g. `SalesHeader...

When using the extract procedure function, in some cases the exit handling is not handled properly. The follwing situation is a over simplified example (pseudo code) ``` procedure x (y:integer;z:integer):boolean;...

Often the extract procedure function is used to eliminate duplicate code. What about the following ideas: - Extract procedure automatically matches the generated procedure with an existing procedure and suggests...