James Hebben

- Total activity 194
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
-
Created How does type completion intellisense work in config files?
According to the ReSharper blog (http://resharper.blogspot.com/2007/06/resharper-curious-facts-ancient-request.html) and the JIRA tracker (http://jetbrains.net/jira/browse/RSRP-2235), ReSharper 3.0... -
Created RC: Ctrl+Enter not working
For text files, ReSharper seems to have disabled Ctrl+Enter. It usually inserts a blank line above the carat. It is now doing nothing. -
Created Feature request: Find not used
I am currently refactoring a project with classes that have a portion of public methods that are not used at all.What I require is an Advanced Find Usages feature that allows me to discover which m... -
Created [447] Move Up/Down disabled
R# > Code > Move Up / Move Down / Move Left / Move Right appear to be permanently disabled. -
Created [447] Use Existing Variable generates invalid code
See the attached example code.Place the cursor on the SetOption token of the if (setOption) line. Press Alt+Enter to get the light bulb options and select "Use Existing Variable setOption". The ref... -
Created 447 Magic intellisense for unreferenced types not available.
In a recent EAP build, you had a very cool feature that provided intellisense for types in assemblies that were not yet referenced.See this post for a more complete description: http://extraview.co... -
Created [447] R# does not add () after selecting a method from intellisense
Context: VS crashed badly on me yesterday. After this, I noticed that R# code completion settings "Auto-popup after dot" and "Auto-popup after 'new'" had reset to OFF. I have turned them back ON.Ho... -
Created R# 423 treats .config extensions magically
R seems to think that any file ending in .config must be an application configuration file.This is not the case. I have Nini and spring.net files that end in .config. R# incorrectly reports errors ... -
Created Intellisense bug in build 423
I have attached an example, with instructions, that demonstrates this bug.Essentially, if I have a R# intellisense window and I type in an entire method name, including the open parenthesis, R# bad... -
Created Ctrl+Click on a *definition* no longer highlights the token (423)
I love Ctrl+Click but its behaviour as subtely changed recently.In previous builds Ctrl+Click on a definition (E.G. a parameter) selected the entire token. I found this to be a useful way of easily...