I need to disable these blue underlines, they're so annoying
using the latest omnisharp on vs code
6 Replies
you should do what it says instead
don't put your code in the global namespace
weren't you told to do this earlier?
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
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 similarNamespaces usually follow the folder structure
i wouldnt be surprised if omnisharp complained abvout incorrect namespaces
i know rider does lol