Benoit FOULETIER

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
Benoit FOULETIER created a post, 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... -
-
Benoit FOULETIER created a post, 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... -
Benoit FOULETIER created a post, 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... -
Benoit FOULETIER created a post, 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... -
Benoit FOULETIER created a post, 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. -
Benoit FOULETIER created a post, 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 ... -
-
Benoit FOULETIER created a post, 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... -
Benoit FOULETIER created a post, 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...