DavidFeldhoff / al-codeactions

MIT License
17 stars 8 forks source link

Feature suggestion: Fix warning AA0008 - You must specify open and close parenthesis after #110

Closed tinfister closed 3 years ago

tinfister commented 3 years ago

Hi, compiler throws warning and gives information about line number and starting position of function called without paranthesis. If you know how to get to the end of the function, you could put paranthesis there.

DavidFeldhoff commented 3 years ago

Yes, I can make that possible. Don't know if this will make it to the update at the end of the week, but I'll implement it. FYI: You can get the end position if you use the error log of the alc.exe instead :)

DavidFeldhoff commented 3 years ago

Hi Tin, I'm passing the ball over to you as I've just released it in v1.0.0 :) Everything works as expected?

Thanks for the suggestion and all the best David

tinfister commented 3 years ago

Yes, everything works as expected. Perfect, thanks for this