I do not need this declaration because it makes my code big and unreadable.
Is there a way to make Visual Studio (VS) not add it automatically. Every time I delete it, it is added back to VS.
Function DoStuff(Tom As String)
NOT
Function DoStuff(ByVal Tom As String)
source share