anzwdev / al-code-outline

AL Code Outline for Visual Studio Code
MIT License
49 stars 13 forks source link

[Suggestion] Move obsolete procedures to the bottom of the object #441

Open someC0d3r opened 1 year ago

someC0d3r commented 1 year ago

Hey!

Currently I'm cleaning up the code and once in a while I stumbled across some objects where many procedures are set to obsolete. To better differentiate I move them to the end of the object - so you can say you have a "clear line" between the available functionalities and the obsolete functionalites. For example: in big management codeunits with many procedures (incl. events) this can improve the readability in my opinion.

Would be a nice feature I think if there's something to automatically do this

What do you think?

Greetings 😊

anzwdev commented 1 year ago

Looks like an interesting idea, I just have to think how it should work with regions :)