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

[Suggestion] New option for ExtensionObjectNamePattern #289

Open Uncanny7 opened 11 months ago

Uncanny7 commented 11 months ago

Hi, i have a suggestion for a New option for ExtensionObjectNamePattern. I would need the object type during rename/reorganize to be inserted with only the initial letter of the object type (T for tables, P for pages etc.). I don't think there is a command like this at the moment. Would it be possible to implement it? Thank you.

christianbraeunlich commented 11 months ago

You could even implement it on your own, see https://github.com/waldo1001/crs-al-language-extension/blob/master/HowToContribute.md for instructions.

Before starting to implement, I'd like to understand the 'why' this would be needed. What's the benefit of this renaming, which includes only the first capital letter?

For example if you have a page "P My Setup" and a permission-set object "P Setup - ADMIN" you'll no longer be able to distinguish between them

tguyonnet commented 10 months ago

Hi, @Uncanny7 I need this functionality too, for the FileNamePatternExtensions property.