code completion question
Sorry to ask so many question but I'm trying out resharper and running into
difficulties.
Code completion is working most of the time but not always. Consider this
code:
foreach ( Write write in writes ) {
long ofs = adjToBlockSize( wr )
After typing "wr" I hit ctrl-space expecting to be able to complete the
variable "write". Instead it just enters a space as if the ctrl key wasn't
pressed. Shouldn't this work?
Please sign in to leave a comment.
Mark Hahn wrote:
Hi Mark,
Could be that the resharper shortcuts where lost somewhere.
you can try to use the option 'reset shortcuts' in the Resharper options
menu to repair them.
I have to use this option everytime something new is installed that
involves Visual Studio...
Wiebe
+ I believe that ReSharper must have a checkbox in the general properties dialog: "Reset shortcuts when VSNET stars". This issue is very common and i don't if is a bug in ReSharper.
+ Another option that Resharper must do is Disable the "Auto list members" checkbox in Tools|Options|Text Editor |C#|General|Statement Completion. This suggestion is because VSNET show the list members and Resharper too (over this list member).
Regards
Hello CFQueb,
this will be implemented shortly. In fact it was done in 1.5 but not in 2.0
yet.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"