Unfortunately VS2008 has wrapped some of my code automatically, this isnt helpful for searching as it has wrapped at points that has resulted in split names of variables in my designer project. e.g. Variable named MyVariable would appear as below:
"MyVar", & _
"iable"
This means i cant search for these variables. Is there any way that i can prevent VS from wrapping like this? Alternatively is there any way that i could search for a variable like this even if it is wrapped? Thanks in advance!