Code Completion hasn't ever worked for me
Is this true for anyone else?
I've tried the last 3 builds and it only seems that it continues to use VS
intellisense rather than Resharpers. I've checked all of the options to
no avail. Nothing autopops after pressing the dot.
Should I just be patient?
Please sign in to leave a comment.
Hello Andrew,
No. Better check the value of the radio group 'IntelliSense' (ReSharper|Options|IntelliSense),
it should be set to 'Use ReSharper features'.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Dmitry,
Hmm...I've tried setting it back and forth between the two and neither seem
to change it. Parameter info never pops up either...
I'm using VS2005 Team Edition for Software Developers. Is that a problem?
Andy Ochsner
>> Is this true for anyone else?
>>
>> I've tried the last 3 builds and it only seems that it continues to
>> use VS intellisense rather than Resharpers. I've checked all of the
>> options to no avail. Nothing autopops after pressing the dot.
>>
>> Should I just be patient?
>>
Hello Dmitry,
Just as a follow up, i've done a bit more looking into this. Seems most
(but not all) of the features are disabled and never re-enable. This includes
advanced find usages (find usages works). All code completion except for
basic (which uses VS version), all refactoring. Almost seems like every
context-sensitive feature never gets enabled... I've also selected to use
resharper icons, but vs icons are still used.
There are 26 projects in this solution. It uses VSS 8.
>> Is this true for anyone else?
>>
>> I've tried the last 3 builds and it only seems that it continues to
>> use VS intellisense rather than Resharpers. I've checked all of the
>> options to no avail. Nothing autopops after pressing the dot.
>>
>> Should I just be patient?
>>
And things work fine in a simple test solution w/ 1 project...
>> Hello Andrew,
>>
>> No. Better check the value of the radio group 'IntelliSense'
>> (ReSharper|Options|IntelliSense), it should be set to 'Use ReSharper
>> features'.
>>
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Is this true for anyone else?
>>>
>>> I've tried the last 3 builds and it only seems that it continues to
>>> use VS intellisense rather than Resharpers. I've checked all of the
>>> options to no avail. Nothing autopops after pressing the dot.
>>>
>>> Should I just be patient?
>>>
Hello Andrew,
do all the problems you've mentioned happen in every C# file in the problematic
solution? Or do
they only happen in certain projects? Thanks.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Andrew,
>>
>> No. Better check the value of the radio group 'IntelliSense'
>> (ReSharper|Options|IntelliSense), it should be set to 'Use ReSharper
>> features'.
>>
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Is this true for anyone else?
>>>
>>> I've tried the last 3 builds and it only seems that it continues to
>>> use VS intellisense rather than Resharpers. I've checked all of the
>>> options to no avail. Nothing autopops after pressing the dot.
>>>
>>> Should I just be patient?
>>>
Hello Dmitry,
So here's a bit more. The problems happen in all but one of the projects
in the solution. Here's a description of the (weird) solution structure.
On the filesystem, all of the projects exist in a folder underneath the
solution file.
But in VS2005, all but one of the projects are grouped under folders (which
don't exist on the filesystem). The one that isn't under a group is the
one that works fine. The others don't.
Here's an example:
Filesystem:
solution file
>Project A>Project A.csproj>Project B>Project B.csproj>Project C>Project C.csprojVS 2005:
Solution
>Group 1 folder>Project A and Project B-->Project C
Project C works, Project A and B don't. Group 1 folder doesn't exist on
the filesystem (seems to be like a virtual folder of sorts)
Andy O
>> Hello Dmitry,
>>
>> Just as a follow up, i've done a bit more looking into this. Seems
>> most (but not all) of the features are disabled and never re-enable.
>> This includes advanced find usages (find usages works). All code
>> completion except for basic (which uses VS version), all refactoring.
>> Almost seems like every context-sensitive feature never gets
>> enabled... I've also selected to use resharper icons, but vs icons
>> are still used.
>>
>> There are 26 projects in this solution. It uses VSS 8.
>>
>>> Hello Andrew,
>>>
>>> No. Better check the value of the radio group 'IntelliSense'
>>> (ReSharper|Options|IntelliSense), it should be set to 'Use ReSharper
>>> features'.
>>>
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> Is this true for anyone else?
>>>>
>>>> I've tried the last 3 builds and it only seems that it continues to
>>>> use VS intellisense rather than Resharpers. I've checked all of
>>>> the options to no avail. Nothing autopops after pressing the dot.
>>>>
>>>> Should I just be patient?
>>>>
Andrew,
ReSharper currently has troubles with projects located under solution folders
(like yours 'Group 1'), we're investigating it and it wil be fixed ASAP.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Andrew,
>>
>> do all the problems you've mentioned happen in every C# file in the
>> problematic
>> solution? Or do
>> they only happen in certain projects? Thanks.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Hello Dmitry,
>>>
>>> Just as a follow up, i've done a bit more looking into this. Seems
>>> most (but not all) of the features are disabled and never re-enable.
>>> This includes advanced find usages (find usages works). All code
>>> completion except for basic (which uses VS version), all
>>> refactoring. Almost seems like every context-sensitive feature never
>>> gets enabled... I've also selected to use resharper icons, but vs
>>> icons are still used.
>>>
>>> There are 26 projects in this solution. It uses VSS 8.
>>>
>>>> Hello Andrew,
>>>>
>>>> No. Better check the value of the radio group 'IntelliSense'
>>>> (ReSharper|Options|IntelliSense), it should be set to 'Use
>>>> ReSharper features'.
>>>>
>>>> Regards,
>>>> Dmitry Shaporenkov
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>>> Is this true for anyone else?
>>>>>
>>>>> I've tried the last 3 builds and it only seems that it continues
>>>>> to use VS intellisense rather than Resharpers. I've checked all
>>>>> of the options to no avail. Nothing autopops after pressing the
>>>>> dot.
>>>>>
>>>>> Should I just be patient?
>>>>>
Hello Dmitry,
For the record, we're also using Solution Folders and experiencing the exact
same behaviour (most features are disabled).
Tristan.
>> Hello Dmitry,
>>
>> So here's a bit more. The problems happen in all but one of the
>> projects
>> in the solution. Here's a description of the (weird) solution
>> structure.
>> On the filesystem, all of the projects exist in a folder underneath
>> the
>> solution file.
>> But in VS2005, all but one of the projects are grouped under folders
>> (which don't exist on the filesystem). The one that isn't under a
>> group is the one that works fine. The others don't.
>> Here's an example:
>> Filesystem:
>> solution file
>>
>Project A>Project A.csproj>>
>Project B>Project B.csproj>>
>Project C>Project C.csproj>> VS 2005:
>> Solution
>>
>Group 1 folder>Project A and Project B>> -->Project C
>> Project C works, Project A and B don't. Group 1 folder doesn't exist
>> on the filesystem (seems to be like a virtual folder of sorts)
>> Andy O
>>
>>> Hello Andrew,
>>>
>>> do all the problems you've mentioned happen in every C# file in the
>>> problematic
>>> solution? Or do
>>> they only happen in certain projects? Thanks.
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> Hello Dmitry,
>>>>
>>>> Just as a follow up, i've done a bit more looking into this. Seems
>>>> most (but not all) of the features are disabled and never
>>>> re-enable. This includes advanced find usages (find usages works).
>>>> All code completion except for basic (which uses VS version), all
>>>> refactoring. Almost seems like every context-sensitive feature
>>>> never gets enabled... I've also selected to use resharper icons,
>>>> but vs icons are still used.
>>>>
>>>> There are 26 projects in this solution. It uses VSS 8.
>>>>
>>>>> Hello Andrew,
>>>>>
>>>>> No. Better check the value of the radio group 'IntelliSense'
>>>>> (ReSharper|Options|IntelliSense), it should be set to 'Use
>>>>> ReSharper features'.
>>>>>
>>>>> Regards,
>>>>> Dmitry Shaporenkov
>>>>> JetBrains, Inc
>>>>> http://www.jetbrains.com
>>>>> "Develop with pleasure!"
>>>>>> Is this true for anyone else?
>>>>>>
>>>>>> I've tried the last 3 builds and it only seems that it continues
>>>>>> to use VS intellisense rather than Resharpers. I've checked all
>>>>>> of the options to no avail. Nothing autopops after pressing the
>>>>>> dot.
>>>>>>
>>>>>> Should I just be patient?
>>>>>>