how enable grouping in File Structure window in VS2017, Resharper 2017.1.3
I recently installed Resharper 2017.1.3 on Visual Studio 2010 and 2017. On 2010, the File Structure window has a nice grouping based on categories (private method, public methods, override, etc - see image below). However, in 2017 there is no grouping at all. I'd like to know if anyone can show me how to enable that in 2017. I tried researching it but couldn't find any solution.
thanks,
VS2010 - File Structure with grouping
VS2017 - File Structure with no grouping.
Please sign in to leave a comment.
Hello, Rob!
It is not grouping, it is a presentation of regions in code file. So it looks like in the file you opened in VS2017 there were no regions around code.
Thanks!
Thank you Alexander.
I am not sure how I missed the regions :) . I guess that make sense now.
Thanks,