Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio adding global:: in IntelliSense

My Visual Studio keeps adding global:: namespace for classes instead of omitting it. Even though it later says to remove it. How can I change this behaviour?

enter image description here

like image 484
user1255410 Avatar asked Nov 09 '22 09:11

user1255410


1 Answers

This happens for me because I have some class with a namespace of a different project.

like image 63
The 0bserver Avatar answered Nov 14 '22 23:11

The 0bserver