Problem with auto-indent, auto-complete, intellisense....

R

Robin Tucker

Hi there,

I have this really frustrating problem with Visual Studio (Microsoft Visual
Basic .NET 2003 69586-335-0000007-18843). I have got used to using the
autocomplete and auto indent features of this excellent source editor but
recently it has only operated on some of my source files and not others. I
have made sure the settings in "tools->options->text editor" are set
correctly but to no avail. For example, hitting enter at the end of the
line used to auto indent to the next source line, now in some of my source
files it does not. The "auto syntax checking" only works sometimes too. It
will flag an error in a line, but when I correct the line, it still shows
underlined as incorrect. The error line will be removed when I recompile.

Is there something I am missing here?


Thanks
 
A

Armin Zingler

Robin Tucker said:
Hi there,

I have this really frustrating problem with Visual Studio (Microsoft
Visual Basic .NET 2003 69586-335-0000007-18843). I have got used
to using the autocomplete and auto indent features of this excellent
source editor but recently it has only operated on some of my source
files and not others. I have made sure the settings in
"tools->options->text editor" are set correctly but to no avail. For
example, hitting enter at the end of the line used to auto indent to
the next source line, now in some of my source files it does not.
The "auto syntax checking" only works sometimes too. It will flag an
error in a line, but when I correct the line, it still shows
underlined as incorrect. The error line will be removed when I
recompile.

Is there something I am missing here?

Not very probable, but source file > 8192 lines? (had the problem with an
auto-generated (database structure encapsulating) file).


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
H

Herfried K. Wagner [MVP]

* "Robin Tucker said:
I have this really frustrating problem with Visual Studio (Microsoft Visual
Basic .NET 2003 69586-335-0000007-18843). I have got used to using the
autocomplete and auto indent features of this excellent source editor but
recently it has only operated on some of my source files and not others. I
have made sure the settings in "tools->options->text editor" are set
correctly but to no avail. For example, hitting enter at the end of the
line used to auto indent to the next source line, now in some of my source
files it does not. The "auto syntax checking" only works sometimes too. It
will flag an error in a line, but when I correct the line, it still shows
underlined as incorrect. The error line will be removed when I recompile.

I have heard about similar problems, but I don't know a solution. Does
the problem occur in all projects?
 
R

Robin Tucker

I don't know - I only have one project on the go. It was working fine and
then suddenly went **ts up, but not all of the time, or with all source
files.
 
R

Robin Tucker

Just out of interest, I re-created my solution in another directory (copied
the source files in) and now intellisense/auto-xxxx seems to be working
properly. I must have had a corrupted state file (.pdb?) or whatever
database it uses to make things work.
 
W

wja

I'm having the same problem! You said you copied the project to a ne
solution? Is that how you fixed it? It's driving me crazy!
I also noticed it started after I included an Infragistics WinTa
control in it. Are you using any infragistics tools in your project?
I already started a case incident with Infragistics and would like t
know if your issue was relative to their controls.
I also noticed an issue where you lose cut/copy/paste features with th
vb.net tab control. Which is why I started using the infragistic
wintab control. Then I got your problem in my project!
Can't anyone make a decent tab control that works flawlessly i
vb.net??!!! Thanks in advance if you reply!
wja






Robin said:
*Hi there,

I have this really frustrating problem with Visual Studio (Microsof
Visual
Basic .NET 2003 69586-335-0000007-18843). I have got used to usin
the
autocomplete and auto indent features of this excellent source edito
but
recently it has only operated on some of my source files and no
others. I
have made sure the settings in "tools->options->text editor" are set
correctly but to no avail. For example, hitting enter at the end o
the
line used to auto indent to the next source line, now in some of m
source
files it does not. The "auto syntax checking" only works sometime
too. It
will flag an error in a line, but when I correct the line, it stil
shows
underlined as incorrect. The error line will be removed when
recompile.

Is there something I am missing here?


Thanks


-
wj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top