Nels_P_Olsen
Senior Member
USA
47 Posts |
Posted - Jan 30 2004 : 12:02:04 PM
|
Our namespaces follow the recommended scheme "CompanyName.SystemName.ApplicationName..." Unfortunately, someone has apparently named a variable someplace with the name of our company. Now, in all of our namespace references in C# "using" (VB "imports") statements, and in fully qualified typename references (variable declarations and casts), the "CompanyName." part is in the variable color ...
Suggested kludge for dealing with this: when an identifier is followed by a "." and another identifer, if the following identifier is a known namespace but not a known variable, the preceding identifier has to be namespace, so color it in the "class" color. |
- Nels |
|