jschroedl
Tomato Guru
    
USA
110 Posts |
Posted - Jul 08 2011 : 10:59:02 AM
|
I'm a C++/CLI dev and have been irritate by this for a LONG time and hope for some help.
stdlib.h and process.h can define the "system()" function. lovely.
But, I NEVER want to call that API in my code. Rather, I refer to the .NET System namespace.
So, as I'm attempting to type something like System::String, as soon as I type the first colon, it's autocorrected to system: which I then have to Ctrl+Z back to System: This is real annoyance for me and really slows down coding.
It seems like typing the colon should help identify "System" as either a namespace or class name and VAX should be able to tell I don't mean system().
Any help out there for ways I can avoid this pain?
John |
Edited by - jschroedl on Jul 08 2011 11:00:25 AM |
|