I have had the same problem with both builds on both VS2003 and VS2005. I deleted my UserSettings.xml file, and this had no changes. My next step is to uninstall and find any mention of JetBrains on my system and delete it. Then I will reinstall hoping this fixes it.
Could this be a setting in Visual Studio? Is there anything I can do to help diagnose this problem. I posted about this previously at news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrains.com but it was never resolved.
Thank you!
Ed Chapel
I have tried builds 210 and 211 and find out that autocompletion stopped working. I had to revert to build 209.
An update: I uninstalled R# for both VS2003 and VS2005. The only remnants I found were the settings file and some sample files in the VS2003 installation directory. After reinstalling R# 211 for VS2003, autocompletion is still failing for me.
I have had the same problem with both builds on both VS2003 and VS2005. I deleted my UserSettings.xml file, and this had no changes. My next step is to uninstall and find any mention of JetBrains on my system and delete it. Then I will reinstall hoping this fixes it.
Could this be a setting in Visual Studio? Is there anything I can do to help diagnose this problem. I posted about this previously at news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrains.c om but it was never resolved.
Thank you!
Ed Chapel
>> I have tried builds 210 and 211 and find out that autocompletion >> stopped working. I had to revert to build 209. >>
What do you mean by auto-completion? Popup list shown when you type dot character? Does it appear when you press Ctrl+Space?
Valentin Kipiatkov Chief Scientist, Vice President of Product Development JetBrains, Inc http://www.jetbrains.com "Develop with pleasure!"
An update: I uninstalled R# for both VS2003 and VS2005. The only remnants I found were the settings file and some sample files in the VS2003 installation directory. After reinstalling R# 211 for VS2003, autocompletion is still failing for me.
Ed
>> Hello no_mail@jetbrains.com, >> >> I have had the same problem with both builds on both VS2003 and >> VS2005. I deleted my UserSettings.xml file, and this had no changes. >> My next step is to uninstall and find any mention of JetBrains on my >> system and delete it. Then I will reinstall hoping this fixes it. >> >> Could this be a setting in Visual Studio? Is there anything I can do >> to help diagnose this problem. I posted about this previously at >> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrains. >> c om but it was never resolved. >> >> Thank you! >> >> Ed Chapel >> >>> I have tried builds 210 and 211 and find out that autocompletion >>> stopped working. I had to revert to build 209. >>>
Thank you for following up on this issue. It is very frustrating.
The popup list appears in all of the expected cases (after a '.', CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears as "No suggestions". I have attached a screenshot from VS2005, R# 213.
Please let me know what I can do to help! I am stuck using the "Auto list members" feature in VS... =(
Ed
What do you mean by auto-completion? Popup list shown when you type dot character? Does it appear when you press Ctrl+Space?
>
Valentin Kipiatkov Chief Scientist, Vice President of Product Development JetBrains, Inc http://www.jetbrains.com "Develop with pleasure!"
>> An update: I uninstalled R# for both VS2003 and VS2005. The only >> remnants I found were the settings file and some sample files in the >> VS2003 installation directory. After reinstalling R# 211 for VS2003, >> autocompletion is still failing for me. >> >> Ed >> >>> Hello no_mail@jetbrains.com, >>> >>> I have had the same problem with both builds on both VS2003 and >>> VS2005. I deleted my UserSettings.xml file, and this had no changes. >>> My next step is to uninstall and find any mention of JetBrains on my >>> system and delete it. Then I will reinstall hoping this fixes it. >>> >>> Could this be a setting in Visual Studio? Is there anything I can do >>> to help diagnose this problem. I posted about this previously at >>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrains >>> . c om but it was never resolved. >>> >>> Thank you! >>> >>> Ed Chapel >>> >>>> I have tried builds 210 and 211 and find out that autocompletion >>>> stopped working. I had to revert to build 209. >>>>
CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears as "No suggestions". I have attached a screenshot from VS2005, R# 213.
Does it contain only "No suggestions" in all cases? Try the following example (Ctrl+Space after "my."):
class My { public void Foo1(){} public void Foo2(){} }
class Client { void Foo() { My my = new My(); my. } }
Valentin Kipiatkov Chief Scientist, Vice President of Product Development JetBrains, Inc http://www.jetbrains.com "Develop with pleasure!"
Hello Valentin,
Thank you for following up on this issue. It is very frustrating.
The popup list appears in all of the expected cases (after a '.', CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears as "No suggestions". I have attached a screenshot from VS2005, R# 213.
Please let me know what I can do to help! I am stuck using the "Auto list members" feature in VS... =(
Ed
>> What do you mean by auto-completion? Popup list shown when you type >> dot character? Does it appear when you press Ctrl+Space? >> >> Valentin Kipiatkov >> Chief Scientist, Vice President of Product Development >> JetBrains, Inc >> http://www.jetbrains.com >> "Develop with pleasure!" >>> An update: I uninstalled R# for both VS2003 and VS2005. The only >>> remnants I found were the settings file and some sample files in the >>> VS2003 installation directory. After reinstalling R# 211 for VS2003, >>> autocompletion is still failing for me. >>> >>> Ed >>> >>>> Hello no_mail@jetbrains.com, >>>> >>>> I have had the same problem with both builds on both VS2003 and >>>> VS2005. I deleted my UserSettings.xml file, and this had no >>>> changes. My next step is to uninstall and find any mention of >>>> JetBrains on my system and delete it. Then I will reinstall hoping >>>> this fixes it. >>>> >>>> Could this be a setting in Visual Studio? Is there anything I can >>>> do to help diagnose this problem. I posted about this previously at >>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrain >>>> s . c om but it was never resolved. >>>> >>>> Thank you! >>>> >>>> Ed Chapel >>>> >>>>> I have tried builds 210 and 211 and find out that autocompletion >>>>> stopped working. I had to revert to build 209. >>>>>
Thanks for the example to try. It fails in both VS2003 and VS2005 in all cases. I have attached a couple of screenshots.
I hope this is helping!
Ed
>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears as >> "No suggestions". I have attached a screenshot from VS2005, R# 213. >>
Does it contain only "No suggestions" in all cases? Try the following example (Ctrl+Space after "my."):
>
class My { public void Foo1(){} public void Foo2(){} } class Client { void Foo() { My my = new My(); my. } } Valentin Kipiatkov Chief Scientist, Vice President of Product Development JetBrains, Inc http://www.jetbrains.com "Develop with pleasure!"
>> Hello Valentin, >> >> Thank you for following up on this issue. It is very frustrating. >> >> The popup list appears in all of the expected cases (after a '.', >> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears as >> "No suggestions". I have attached a screenshot from VS2005, R# 213. >> >> Please let me know what I can do to help! I am stuck using the "Auto >> list members" feature in VS... =( >> >> Ed >> >>> What do you mean by auto-completion? Popup list shown when you type >>> dot character? Does it appear when you press Ctrl+Space? >>> >>> Valentin Kipiatkov >>> Chief Scientist, Vice President of Product Development >>> JetBrains, Inc >>> http://www.jetbrains.com >>> "Develop with pleasure!" >>>> An update: I uninstalled R# for both VS2003 and VS2005. The only >>>> remnants I found were the settings file and some sample files in >>>> the VS2003 installation directory. After reinstalling R# 211 for >>>> VS2003, autocompletion is still failing for me. >>>> >>>> Ed >>>> >>>>> Hello no_mail@jetbrains.com, >>>>> >>>>> I have had the same problem with both builds on both VS2003 and >>>>> VS2005. I deleted my UserSettings.xml file, and this had no >>>>> changes. My next step is to uninstall and find any mention of >>>>> JetBrains on my system and delete it. Then I will reinstall hoping >>>>> this fixes it. >>>>> >>>>> Could this be a setting in Visual Studio? Is there anything I can >>>>> do to help diagnose this problem. I posted about this previously >>>>> at >>>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrai >>>>> n s . c om but it was never resolved. >>>>> >>>>> Thank you! >>>>> >>>>> Ed Chapel >>>>> >>>>>> I have tried builds 210 and 211 and find out that autocompletion >>>>>> stopped working. I had to revert to build 209. >>>>>>
Oleg Stepanov Software Developer JetBrains, Inc http://www.jetbrains.com "Develop with pleasure!"
Hello Valentin,
Thanks for the example to try. It fails in both VS2003 and VS2005 in all cases. I have attached a couple of screenshots.
I hope this is helping!
Ed
>>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears >>> as "No suggestions". I have attached a screenshot from VS2005, R# >>> 213. >>> >> Does it contain only "No suggestions" in all cases? Try the following >> example (Ctrl+Space after "my."): >> >> class My >> { >> public void Foo1(){} >> public void Foo2(){} >> } >> class Client >> { >> void Foo() >> { >> My my = new My(); >> my. >> } >> } >> Valentin Kipiatkov >> Chief Scientist, Vice President of Product Development >> JetBrains, Inc >> http://www.jetbrains.com >> "Develop with pleasure!" >>> Hello Valentin, >>> >>> Thank you for following up on this issue. It is very frustrating. >>> >>> The popup list appears in all of the expected cases (after a '.', >>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears >>> as "No suggestions". I have attached a screenshot from VS2005, R# >>> 213. >>> >>> Please let me know what I can do to help! I am stuck using the "Auto >>> list members" feature in VS... =( >>> >>> Ed >>> >>>> What do you mean by auto-completion? Popup list shown when you type >>>> dot character? Does it appear when you press Ctrl+Space? >>>> >>>> Valentin Kipiatkov >>>> Chief Scientist, Vice President of Product Development >>>> JetBrains, Inc >>>> http://www.jetbrains.com >>>> "Develop with pleasure!" >>>>> An update: I uninstalled R# for both VS2003 and VS2005. The only >>>>> remnants I found were the settings file and some sample files in >>>>> the VS2003 installation directory. After reinstalling R# 211 for >>>>> VS2003, autocompletion is still failing for me. >>>>> >>>>> Ed >>>>> >>>>>> Hello no_mail@jetbrains.com, >>>>>> >>>>>> I have had the same problem with both builds on both VS2003 and >>>>>> VS2005. I deleted my UserSettings.xml file, and this had no >>>>>> changes. My next step is to uninstall and find any mention of >>>>>> JetBrains on my system and delete it. Then I will reinstall >>>>>> hoping this fixes it. >>>>>> >>>>>> Could this be a setting in Visual Studio? Is there anything I can >>>>>> do to help diagnose this problem. I posted about this previously >>>>>> at >>>>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbra >>>>>> i n s . c om but it was never resolved. >>>>>> >>>>>> Thank you! >>>>>> >>>>>> Ed Chapel >>>>>> >>>>>>> I have tried builds 210 and 211 and find out that autocompletion >>>>>>> stopped working. I had to revert to build 209. >>>>>>>
Unfortunately, ControlSpace does not work. I cannot get any of the *Space sequences to show anything but "No Suggestions".
I uninstalled build 213, VS2005, and installed build 209 as you suggested. I had saved away my UserSettings.xml file to avoid any possible backwards compatibility issues. This build does work for me for all keyword completion key sequences.
I installed build 213 without uninstalling build 209 (I know this is not suggested) just to see what happens. And now build 213 works for me! I actually got out of my chair and did a happy dance!
After copying my settings file back in, the functionality disappeared yet again. I removed my settings file, functionality appeared.
I modified each of my settings until I found the one that seems to disable keyword completion: Code Completion -> Case sensitive completion
Oleg Stepanov Software Developer JetBrains, Inc http://www.jetbrains.com "Develop with pleasure!"
>> Hello Valentin, >> >> Thanks for the example to try. It fails in both VS2003 and VS2005 in >> all cases. I have attached a couple of screenshots. >> >> I hope this is helping! >> >> Ed >> >>>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears >>>> as "No suggestions". I have attached a screenshot from VS2005, R# >>>> 213. >>>> >>> Does it contain only "No suggestions" in all cases? Try the >>> following example (Ctrl+Space after "my."): >>> >>> class My >>> { >>> public void Foo1(){} >>> public void Foo2(){} >>> } >>> class Client >>> { >>> void Foo() >>> { >>> My my = new My(); >>> my. >>> } >>> } >>> Valentin Kipiatkov >>> Chief Scientist, Vice President of Product Development >>> JetBrains, Inc >>> http://www.jetbrains.com >>> "Develop with pleasure!" >>>> Hello Valentin, >>>> >>>> Thank you for following up on this issue. It is very frustrating. >>>> >>>> The popup list appears in all of the expected cases (after a '.', >>>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears >>>> as "No suggestions". I have attached a screenshot from VS2005, R# >>>> 213. >>>> >>>> Please let me know what I can do to help! I am stuck using the >>>> "Auto list members" feature in VS... =( >>>> >>>> Ed >>>> >>>>> What do you mean by auto-completion? Popup list shown when you >>>>> type dot character? Does it appear when you press Ctrl+Space? >>>>> >>>>> Valentin Kipiatkov >>>>> Chief Scientist, Vice President of Product Development >>>>> JetBrains, Inc >>>>> http://www.jetbrains.com >>>>> "Develop with pleasure!" >>>>>> An update: I uninstalled R# for both VS2003 and VS2005. The only >>>>>> remnants I found were the settings file and some sample files in >>>>>> the VS2003 installation directory. After reinstalling R# 211 for >>>>>> VS2003, autocompletion is still failing for me. >>>>>> >>>>>> Ed >>>>>> >>>>>>> Hello no_mail@jetbrains.com, >>>>>>> >>>>>>> I have had the same problem with both builds on both VS2003 and >>>>>>> VS2005. I deleted my UserSettings.xml file, and this had no >>>>>>> changes. My next step is to uninstall and find any mention of >>>>>>> JetBrains on my system and delete it. Then I will reinstall >>>>>>> hoping this fixes it. >>>>>>> >>>>>>> Could this be a setting in Visual Studio? Is there anything I >>>>>>> can do to help diagnose this problem. I posted about this >>>>>>> previously at >>>>>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbr >>>>>>> a i n s . c om but it was never resolved. >>>>>>> >>>>>>> Thank you! >>>>>>> >>>>>>> Ed Chapel >>>>>>> >>>>>>>> I have tried builds 210 and 211 and find out that >>>>>>>> autocompletion stopped working. I had to revert to build 209. >>>>>>>>
Hello no_mail@jetbrains.com,
I have had the same problem with both builds on both VS2003 and VS2005. I
deleted my UserSettings.xml file, and this had no changes. My next step is
to uninstall and find any mention of JetBrains on my system and delete it.
Then I will reinstall hoping this fixes it.
Could this be a setting in Visual Studio? Is there anything I can do to help
diagnose this problem. I posted about this previously at news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrains.com
but it was never resolved.
Thank you!
Ed Chapel
An update: I uninstalled R# for both VS2003 and VS2005. The only remnants
I found were the settings file and some sample files in the VS2003 installation
directory. After reinstalling R# 211 for VS2003, autocompletion is still
failing for me.
Ed
>> I have tried builds 210 and 211 and find out that autocompletion
>> stopped working. I had to revert to build 209.
>>
What do you mean by auto-completion? Popup list shown when you type dot character?
Does it appear when you press Ctrl+Space?
Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello no_mail@jetbrains.com,
>>
>> I have had the same problem with both builds on both VS2003 and
>> VS2005. I deleted my UserSettings.xml file, and this had no changes.
>> My next step is to uninstall and find any mention of JetBrains on my
>> system and delete it. Then I will reinstall hoping this fixes it.
>>
>> Could this be a setting in Visual Studio? Is there anything I can do
>> to help diagnose this problem. I posted about this previously at
>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrains.
>> c om but it was never resolved.
>>
>> Thank you!
>>
>> Ed Chapel
>>
>>> I have tried builds 210 and 211 and find out that autocompletion
>>> stopped working. I had to revert to build 209.
>>>
Hello Valentin,
Thank you for following up on this issue. It is very frustrating.
The popup list appears in all of the expected cases (after a '.', CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears as "No suggestions". I have attached a screenshot from VS2005, R# 213.
Please let me know what I can do to help! I am stuck using the "Auto list members" feature in VS... =(
Ed
>
>> An update: I uninstalled R# for both VS2003 and VS2005. The only
>> remnants I found were the settings file and some sample files in the
>> VS2003 installation directory. After reinstalling R# 211 for VS2003,
>> autocompletion is still failing for me.
>>
>> Ed
>>
>>> Hello no_mail@jetbrains.com,
>>>
>>> I have had the same problem with both builds on both VS2003 and
>>> VS2005. I deleted my UserSettings.xml file, and this had no changes.
>>> My next step is to uninstall and find any mention of JetBrains on my
>>> system and delete it. Then I will reinstall hoping this fixes it.
>>>
>>> Could this be a setting in Visual Studio? Is there anything I can do
>>> to help diagnose this problem. I posted about this previously at
>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrains
>>> . c om but it was never resolved.
>>>
>>> Thank you!
>>>
>>> Ed Chapel
>>>
>>>> I have tried builds 210 and 211 and find out that autocompletion
>>>> stopped working. I had to revert to build 209.
>>>>
Attachment(s):
Resharper.gif
Does it contain only "No suggestions" in all cases? Try the following example
(Ctrl+Space after "my."):
class My
{
public void Foo1(){}
public void Foo2(){}
}
class Client
{
void Foo()
{
My my = new My();
my.
}
}
Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> What do you mean by auto-completion? Popup list shown when you type
>> dot character? Does it appear when you press Ctrl+Space?
>>
>> Valentin Kipiatkov
>> Chief Scientist, Vice President of Product Development
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> An update: I uninstalled R# for both VS2003 and VS2005. The only
>>> remnants I found were the settings file and some sample files in the
>>> VS2003 installation directory. After reinstalling R# 211 for VS2003,
>>> autocompletion is still failing for me.
>>>
>>> Ed
>>>
>>>> Hello no_mail@jetbrains.com,
>>>>
>>>> I have had the same problem with both builds on both VS2003 and
>>>> VS2005. I deleted my UserSettings.xml file, and this had no
>>>> changes. My next step is to uninstall and find any mention of
>>>> JetBrains on my system and delete it. Then I will reinstall hoping
>>>> this fixes it.
>>>>
>>>> Could this be a setting in Visual Studio? Is there anything I can
>>>> do to help diagnose this problem. I posted about this previously at
>>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrain
>>>> s . c om but it was never resolved.
>>>>
>>>> Thank you!
>>>>
>>>> Ed Chapel
>>>>
>>>>> I have tried builds 210 and 211 and find out that autocompletion
>>>>> stopped working. I had to revert to build 209.
>>>>>
Hello Valentin,
Thanks for the example to try. It fails in both VS2003 and VS2005 in all cases. I have attached a couple of screenshots.
I hope this is helping!
Ed
>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears as
>> "No suggestions". I have attached a screenshot from VS2005, R# 213.
>>
>
>> Hello Valentin,
>>
>> Thank you for following up on this issue. It is very frustrating.
>>
>> The popup list appears in all of the expected cases (after a '.',
>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears as
>> "No suggestions". I have attached a screenshot from VS2005, R# 213.
>>
>> Please let me know what I can do to help! I am stuck using the "Auto
>> list members" feature in VS... =(
>>
>> Ed
>>
>>> What do you mean by auto-completion? Popup list shown when you type
>>> dot character? Does it appear when you press Ctrl+Space?
>>>
>>> Valentin Kipiatkov
>>> Chief Scientist, Vice President of Product Development
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> An update: I uninstalled R# for both VS2003 and VS2005. The only
>>>> remnants I found were the settings file and some sample files in
>>>> the VS2003 installation directory. After reinstalling R# 211 for
>>>> VS2003, autocompletion is still failing for me.
>>>>
>>>> Ed
>>>>
>>>>> Hello no_mail@jetbrains.com,
>>>>>
>>>>> I have had the same problem with both builds on both VS2003 and
>>>>> VS2005. I deleted my UserSettings.xml file, and this had no
>>>>> changes. My next step is to uninstall and find any mention of
>>>>> JetBrains on my system and delete it. Then I will reinstall hoping
>>>>> this fixes it.
>>>>>
>>>>> Could this be a setting in Visual Studio? Is there anything I can
>>>>> do to help diagnose this problem. I posted about this previously
>>>>> at
>>>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbrai
>>>>> n s . c om but it was never resolved.
>>>>>
>>>>> Thank you!
>>>>>
>>>>> Ed Chapel
>>>>>
>>>>>> I have tried builds 210 and 211 and find out that autocompletion
>>>>>> stopped working. I had to revert to build 209.
>>>>>>
Attachment(s):
VS2005.gif
VS2003.gif
Hello Ed,
Does keyword completion work for you? I mean, do you see anything when
you press Control+Space in an empty class declaration e.g.:
class C
{
<Control+Space here>
}
Also, does reinstall help? Does reinstall of build 209 (still can be downloaded
from http://download.jetbrains.com/resharper/ReSharper2.0-VS2005-build209.exe)
help? Thanks in advance.
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears
>>> as "No suggestions". I have attached a screenshot from VS2005, R#
>>> 213.
>>>
>> Does it contain only "No suggestions" in all cases? Try the following
>> example (Ctrl+Space after "my."):
>>
>> class My
>> {
>> public void Foo1(){}
>> public void Foo2(){}
>> }
>> class Client
>> {
>> void Foo()
>> {
>> My my = new My();
>> my.
>> }
>> }
>> Valentin Kipiatkov
>> Chief Scientist, Vice President of Product Development
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Hello Valentin,
>>>
>>> Thank you for following up on this issue. It is very frustrating.
>>>
>>> The popup list appears in all of the expected cases (after a '.',
>>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears
>>> as "No suggestions". I have attached a screenshot from VS2005, R#
>>> 213.
>>>
>>> Please let me know what I can do to help! I am stuck using the "Auto
>>> list members" feature in VS... =(
>>>
>>> Ed
>>>
>>>> What do you mean by auto-completion? Popup list shown when you type
>>>> dot character? Does it appear when you press Ctrl+Space?
>>>>
>>>> Valentin Kipiatkov
>>>> Chief Scientist, Vice President of Product Development
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>>> An update: I uninstalled R# for both VS2003 and VS2005. The only
>>>>> remnants I found were the settings file and some sample files in
>>>>> the VS2003 installation directory. After reinstalling R# 211 for
>>>>> VS2003, autocompletion is still failing for me.
>>>>>
>>>>> Ed
>>>>>
>>>>>> Hello no_mail@jetbrains.com,
>>>>>>
>>>>>> I have had the same problem with both builds on both VS2003 and
>>>>>> VS2005. I deleted my UserSettings.xml file, and this had no
>>>>>> changes. My next step is to uninstall and find any mention of
>>>>>> JetBrains on my system and delete it. Then I will reinstall
>>>>>> hoping this fixes it.
>>>>>>
>>>>>> Could this be a setting in Visual Studio? Is there anything I can
>>>>>> do to help diagnose this problem. I posted about this previously
>>>>>> at
>>>>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbra
>>>>>> i n s . c om but it was never resolved.
>>>>>>
>>>>>> Thank you!
>>>>>>
>>>>>> Ed Chapel
>>>>>>
>>>>>>> I have tried builds 210 and 211 and find out that autocompletion
>>>>>>> stopped working. I had to revert to build 209.
>>>>>>>
Hello Oleg,
Unfortunately, ControlSpace does not work. I cannot get any of the *Space
sequences to show anything but "No Suggestions".
I uninstalled build 213, VS2005, and installed build 209 as you suggested.
I had saved away my UserSettings.xml file to avoid any possible backwards
compatibility issues. This build does work for me for all keyword completion
key sequences.
I installed build 213 without uninstalling build 209 (I know this is not
suggested) just to see what happens. And now build 213 works for me! I actually
got out of my chair and did a happy dance!
After copying my settings file back in, the functionality disappeared yet
again. I removed my settings file, functionality appeared.
I modified each of my settings until I found the one that seems to disable
keyword completion: Code Completion -> Case sensitive completion
I found the related bug: http://www.intellij.net/tracker/resharper/viewSCR?publicId=14507
Please let me know if I can be of any more help.
Ed
>> Hello Valentin,
>>
>> Thanks for the example to try. It fails in both VS2003 and VS2005 in
>> all cases. I have attached a couple of screenshots.
>>
>> I hope this is helping!
>>
>> Ed
>>
>>>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears
>>>> as "No suggestions". I have attached a screenshot from VS2005, R#
>>>> 213.
>>>>
>>> Does it contain only "No suggestions" in all cases? Try the
>>> following example (Ctrl+Space after "my."):
>>>
>>> class My
>>> {
>>> public void Foo1(){}
>>> public void Foo2(){}
>>> }
>>> class Client
>>> {
>>> void Foo()
>>> {
>>> My my = new My();
>>> my.
>>> }
>>> }
>>> Valentin Kipiatkov
>>> Chief Scientist, Vice President of Product Development
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> Hello Valentin,
>>>>
>>>> Thank you for following up on this issue. It is very frustrating.
>>>>
>>>> The popup list appears in all of the expected cases (after a '.',
>>>> CtrlSpace, CtrlShiftSpace, AltShift+Space), but always appears
>>>> as "No suggestions". I have attached a screenshot from VS2005, R#
>>>> 213.
>>>>
>>>> Please let me know what I can do to help! I am stuck using the
>>>> "Auto list members" feature in VS... =(
>>>>
>>>> Ed
>>>>
>>>>> What do you mean by auto-completion? Popup list shown when you
>>>>> type dot character? Does it appear when you press Ctrl+Space?
>>>>>
>>>>> Valentin Kipiatkov
>>>>> Chief Scientist, Vice President of Product Development
>>>>> JetBrains, Inc
>>>>> http://www.jetbrains.com
>>>>> "Develop with pleasure!"
>>>>>> An update: I uninstalled R# for both VS2003 and VS2005. The only
>>>>>> remnants I found were the settings file and some sample files in
>>>>>> the VS2003 installation directory. After reinstalling R# 211 for
>>>>>> VS2003, autocompletion is still failing for me.
>>>>>>
>>>>>> Ed
>>>>>>
>>>>>>> Hello no_mail@jetbrains.com,
>>>>>>>
>>>>>>> I have had the same problem with both builds on both VS2003 and
>>>>>>> VS2005. I deleted my UserSettings.xml file, and this had no
>>>>>>> changes. My next step is to uninstall and find any mention of
>>>>>>> JetBrains on my system and delete it. Then I will reinstall
>>>>>>> hoping this fixes it.
>>>>>>>
>>>>>>> Could this be a setting in Visual Studio? Is there anything I
>>>>>>> can do to help diagnose this problem. I posted about this
>>>>>>> previously at
>>>>>>> news://news.jetbrains.com/106baec809b48c7bd6f325a837a@news.jetbr
>>>>>>> a i n s . c om but it was never resolved.
>>>>>>>
>>>>>>> Thank you!
>>>>>>>
>>>>>>> Ed Chapel
>>>>>>>
>>>>>>>> I have tried builds 210 and 211 and find out that
>>>>>>>> autocompletion stopped working. I had to revert to build 209.
>>>>>>>>