waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 42 forks source link

Feature request: Add prefix/suffix even if it violates the length of the object/field name #299

Open lvlaanderen opened 4 months ago

lvlaanderen commented 4 months ago

Can we have a setting that forces a prefix or suffix to be added even if it causes a warning on the length of the field or object name?

In our organisation we use suffixes, but it happens that the existing length of the name of an object or field is already so long that adding a suffix would cause it to become too large. In this case the suffix isn't added by this extension.

The developer doesn't always realise this so we end up with the prefix or suffix missing. Even using code reviews they sometimes slip through the net.

It is easier to spot and fix a warning than a missing suffix. :)