James Hebben

- Total activity 194
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
-
James Hebben commented, -
James Hebben created a post, 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... -
James Hebben created a post, 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. -
James Hebben created a post, 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... -
James Hebben created a post, [447] Move Up/Down disabled
R# > Code > Move Up / Move Down / Move Left / Move Right appear to be permanently disabled. -
James Hebben created a post, [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... -
James Hebben created a post, 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... -
James Hebben commented, -
James Hebben created a post, [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... -
James Hebben created a post, 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 ...