My settings are wrong, Paranthesis auto complete not working as expected
I've had these problems for months. I know I made some mistake in the
settings where I've changed several things...
First problem
If I type anything with letters in it, the closing parenthesis doesn't
get skipped if I type the closing parenthesis manually, i.e.
while (true)
becomes
while (true))
but
while (11) or
while (a==11)
works as expected
Second problem
The opening parenthesis only gets added if I have a space
after the keyword, such as
while(
no closing parenthesis,
but
while ()
gets a closing parenthesis
I am enclosing my UserSettings file (removed personal exception info).
Regards
Fredrik
Attachment(s):
UserSettings.xml
Please sign in to leave a comment.
I have found that the problem is because I have the intellisense of
Visual Studio instead of ReSharper. Must it be necessary to have
ReSharper intellisense? I want to have the intellisense of Visual Studio
and also auto bracket complete.
Should I create a bug report for this?
Fredrik Josefsson skrev 2010-04-21 12:07:
>
Hello Fredrik
This is a known problem. Typing assistance doesn't work well when Visual Studio IntelliSense is used. Thank you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"