NameOf does not return the canonical name of the parameter
Open
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
**Version Used**:
Microsoft Visual Studio Enterprise 2015
Version 14.0.25123.00 Update 2
Microsoft .NET Framework
Version 4.6.01590
Installed Version: Enterprise
Visual Basic 2015 00322-90150-04967-AA372
Microsoft Visual Basic 2015
**Steps to Reproduce**:
1. Turn off pretty listing (Tools->Options->Text Editor->Basic->Advanced->Editor Help->Pretty listing
2. run code below
Module Module1
Sub Main()
Dim VARiable As Integer
Console.WriteLine(NameOf(VARIABLE))
End Sub
**Expected Behavior**:
Output VARiable
**Actual Behavior**:
Outputs VARIABLE
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.