DevExpress CodeRush / Refactor - Specfic "Tips" Context

I decided to give CodeRush / Refactor a go (after the Resharper rial), and one problem I have is that CodeRush / Refactor puts a lot of “artifacts” in my code window.

By "artifacts" I mean icons / glyphs next to each method, property name and field name, green "return key" icons next to each property recipient and fields around getter methods.

Is there a way to make this contextual and not visible all the time - perhaps it appears only when you hover over a line?

Is there a clear / change function usings?

+3
source share
3

! Pro . , , ().

, using , <see cref="XYZ"/> - , Refactor! Pro , .

, , -, , , .

Refactor! Pro. "", "" .

CodeRush.Refactor Ctrl + Shift + R, , . , Ctrl + Shift + R, refactor.

+1
+4

Source: https://habr.com/ru/post/1717690/


All Articles