Benoit FOULETIER

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Created apply "Reindent only" in bulk
I'd like to switch a project with mixed conventions from spaces to tabs.I know I can perform code cleanup in bulk (whole project/solution etc), but this introduce mores changes than I want (the pro... -
Created is there a way to get auto-completion inside comment string literals?
Quite often when writing comments or log messages I mention class/method names, like "method <Bla> says hi", and I often wish that R# would offer auto-completion. Obviously I don't expect full inte... -
Created generate interface members explicitly *by default*
Small gripes with interfaces: when generating members of an interface, the "Implement missing members" window always opens with the drop-down on "Implement as: Public Members".The tantalizing "Opt... -
Created my Unity external annotations don't work anymore with 2017.3
In the past I had manually setup a UnityEngine.ExternalAnnotations.xml file, with various things like marking Debug.LogFormat() with StringFormatMethodAttribute, etc. However that doesn't work anym... -
Created Is there a way to find all fields of a certain type?
I'd like to find all fields exposing a certain type, but I don't find the option in "find usages advanced". I need this for refactoring, to find all data that might be serialized. -
Created disabling "access to a static member of a type via a derived type" for a whole type
Is it possible to disable this warning not at the usage site, but from the declaring class itself?Basically I have a utility class in a project, and I want to add stuff to it on sub-projects via a ... -
Created How to add items to the top of the "surround with" context action?
I like the "surround with" action on alt+enter, but it only ever offer to surround with {}, or () when inside a method. If I want other templates (like #if..#endif), I have to drill down inside the... -
Created spaces inside attribute constructor parentheses
I have configured the formatting style spaces so that I have spaces inside the parentheses of a method declaration with arguments, but no spaces inside the parentheses of a method call with argumen... -
Created Delete end of word after completion?
Often I want to change for example a method call from:So I set the carret inside the method name (often with the camel humps thing), start changing the name, or simply call up intellisense:Then I h... -
Created Auto-surround selection with brackets when typing a bracket
I used to work with Visual Assist (boooo ;)), and even though I find R# much better on so many levels, it had one really cool feature that I miss: select a block of text (usually multiple lines), h...