anzwdev / al-code-outline

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

Create interface doesn't add procedures #565

Closed aacnsilva closed 5 months ago

aacnsilva commented 5 months ago

I have a codeunit that has 174 public procedures and the create interface doesn't generate the interface declaration. Is there a limit on how many procedures a codeunit can have for the command to generate the interface? It creates an empty interface.

anzwdev commented 5 months ago

There is no limit. Can you see any error in the log file when you run "Open AZ AL Dev Tools log file" command?

aacnsilva commented 5 months ago

There is no log. I moved the codeunit to an app that has no objects and it worked there. Must be something related to the size of my app I guess.

Thanks anyway :)