Locate missing Parentheses in VB.NET
It is possible to write perfectly acceptable code in VB where calls to methods whith NO parameters can be written WITHOUT any parentheses.
We have a lot of legacy code like this that we would like to clean up to ensure these parentheses are present.
This would assist in our conversions to other (esp C#) languages, where the converters do not know about the external methods ...
Is there a code inspection available for this?
If NOT could it be done using an SSR ( I suspect not )
Would it be easy to write as a plugin?
Please sign in to leave a comment.