BartPermentier / al-toolbox

Adds Features to the AL Language Extension
MIT License
13 stars 9 forks source link

Add "(in all documents)" for pragma fixes #42

Closed jwikman closed 3 years ago

jwikman commented 3 years ago

We're in the process of changing a lot of procedures and objects to "internal" for an AppSource app. This is done by first setting all procedures as Obsolete, and later on we'll change the visibility in a new version.

But when having all those procedures obsoleted, we get overloaded with warning AL0432. If we removes the AL0432 by ruleset, we risk to miss obsolete warnings from the base app, so we want to solve this by pragmas. We get the "ALTB: Surround AL0432 with Pragma" quick fix, but manually triggering that for thousands of warnings is a no-go :)

Please add the feature "ALTB: Surround AL0432 with Pragma (in all documents)" as a quick fix.

Thanks, Johannes

BartPermentier commented 3 years ago

Related #46 : we will do it when we have time.

dsaveyn commented 3 years ago

Hi,

This will be made available in the next release.