Hi I want to add for example using System.IO; for the QuickWatch. And i don't know how.
My objective is to whenever i want to see the value of a certain expression for example Path.Combine("C:\","test"); i want to be able to see the result in the quick window. But i can't i have to add 'System.IO' in the quick watch before 'Path.combine...' and then reevaluate in order to see the output.
I want to add for example namespaces such as 'System.IO' 'System.Threading'.... Is that feasible and how? Thank you