al-code-outline icon indicating copy to clipboard operation
al-code-outline copied to clipboard

Namespaces!

Open fartwhif opened this issue 2 years ago • 2 comments

I reserve lavish appreciation for potential helpers about the new namespaces feature (runtime 12 or greater), specifically:

  1. quck-fix for namespaces using the current project symbol graph (similar to what Visual Studio has)
  2. convert project to using namespaces: prompt user for namespace to use for current project
  3. clean (remove unused) and sort usings (similar to what Visual Studio has)

fartwhif avatar Nov 17 '23 20:11 fartwhif

It would be nice for a function to sort using statements at the top of the file too.

tscottjendev avatar Dec 05 '23 11:12 tscottjendev

I am still in the middle of big refactoring of the code to fully support interfaces in the extension. I've just released a new version with commands to sort usings, remove unused usings and convert whole AL extension project to namespaces. There are still some missing parts to achieve 100% namespaces support (i.e. wizards should use namespaces if there are any files with namespace declaration in the project), but most of required work is done.

anzwdev avatar Jan 08 '24 22:01 anzwdev