C
C#2y ago
The Hyper

I need to disable these blue underlines, they're so annoying

using the latest omnisharp on vs code
No description
6 Replies
Jimmacle
Jimmacle2y ago
you should do what it says instead don't put your code in the global namespace
jcotton42
jcotton422y ago
weren't you told to do this earlier? kek
The Hyper
The HyperOP2y ago
goddammit\ well I got Player class and the Controller class what should I name the namespace with the classes that contain everything Player related? namespace Player_Stuff; genius
cap5lut
cap5lut2y ago
Pascal_Snake_Case or any kind of snake_case is sorta against naming conventions as its all player related i would choose namespace <yourProjectName>.Players or something similar
Angius
Angius2y ago
Namespaces usually follow the folder structure
Rory&
Rory&2y ago
i wouldnt be surprised if omnisharp complained abvout incorrect namespaces i know rider does lol

Did you find this page helpful?