Author |
Topic |
|
Doggan
New Member
4 Posts |
Posted - Nov 09 2005 : 10:51:19 PM
|
Previously I had been doing all my development in C++ in MS.NET 7.1 IDE. Visual Assist X was great, and working with no problems. Recently, I have started C# development in .NET, but I am having problems. These issues are only when I'm doing C#. I switch over to a C++ project and all is back to normal.
1). When I press "Enter" go to a new line, it is taking me all the way to the left margin of the line, not indenting like it is supposed to.
2). Autocomplete seems to be working. But, the displaying of methods/members does not work. When I attempt to use the . operator on a class, the only option I get for it's methods/members is this GIGANTIC string of questions marks and some other random characters.
I try to disable Visual Assist and this doesn't solve anything. If I disable it, exit out of the IDE, and come back, problem #1 will be fixed. But, as soon as I type and try to access data of a class with the . operator, problem #2 appears, and then #1 is back too.
Any ideas? Thanks much! |
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Nov 10 2005 : 6:30:26 PM
|
first up can you check the IDE settings in tools menu -> options -> text editor -> C# to make sure that your settings for tabs, formatting and indenting are suitable?
which version of VA are you using? do you get this problem in a new standard C# windows project? |
zen is the art of being at one with the two'ness |
|
|
Doggan
New Member
4 Posts |
Posted - Nov 12 2005 : 12:32:39 AM
|
[Solved]
Thanks for the reply.
My Tab settings are fine. They are set to the same values as C/C++: Smart indenting, tab/indent size: 4, insert spaces.
Yes, this happens in a brand new C# project. If I create a new .cs file, and begin to type: "using System." the . will set it off. :(
I might try downloading the latest trial edition on my laptop to see if it works there, as I do not have admin permissions on this computer. |
Edited by - Doggan on Nov 12 2005 12:50:21 AM |
|
|
Doggan
New Member
4 Posts |
Posted - Nov 12 2005 : 12:42:41 AM
|
Yes, it's working fine with the trial version. I will check with the admin. Thank you! |
|
|
|
Topic |
|
|
|