C
C#13mo 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
Jimmacle13mo ago
you should do what it says instead don't put your code in the global namespace
jcotton42
jcotton4213mo ago
weren't you told to do this earlier? kek
The Hyper
The HyperOP13mo 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
cap5lut13mo 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
Angius13mo ago
Namespaces usually follow the folder structure
Rory&
Rory&13mo ago
i wouldnt be surprised if omnisharp complained abvout incorrect namespaces i know rider does lol

Did you find this page helpful?