BartPermentier / al-toolbox

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

Generate SetLoadFields : Apply on active file instead of variable? #52

Closed fvet closed 3 years ago

fvet commented 3 years ago

Would it make sense to scan an entire file / set of files and auto-apply the SetLoadFields on a set of variables (given various pre-conditions), avoiding the developer to manually review 5000+ files on possible SetLoadFields candidates?

Or is this beyond the scope of the AL Toolbox extension?

PS: Raised the idea with 'AL Code Actions', that already has similar 'code fixes' that run on file / workspace level.

fvet commented 3 years ago

Closed. We got rid of the idea of pro-actively applying SetLoadFields...