Results 90 comments of Andrzej Zwierzchowski

Thank you for reporting your idea. I've added new "Sort Triggers in the current Editor/Project" commands, "SortTriggers" code cleanup action and code actions. They are available in the current release.

Hi @TKapitan I am looking at this now, I hope that I will have a solution in the next few days.

I've released a new version of the extension with a few changes. 1. There is a new setting for sorting global variables section: `alOutline.sortMembersGlobalVariablesSortMode`. Available values are - `First`, -...

Thank you for reporting your issue. The fix is available in the last release.

It is caused by RemoveWithStatements command. It removes both implicit and explicit cases, but to be able to do it, it needs to compile project with "NoImplicitWith" "feature" disabled. Only...

Hi. That's a nice idea but I am guessing that you wanted to create this issue in the BusinessCentral.LinterCop repository :)

Thank you for reporting the issue. The problem was caused by changes that I've added to support namespaces. The latest release should fix this problem.

Hi @rvanbekkum There was a bug in analyzers detection, it was ignoring custom analyzers if they were added to the "al.codeAnalyzers" setting as "${analyzerfolder}". It worked when it was a...

It looks like a problem with multi-root workspace projects. I've modified the code, it works for me now. Fix will be available in the next release.

I think that I know where the problem is. The check that I've implemented in the extension code is case sensitive and it is looking for "${analyzerFolder}" while your screenshot...