You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Descriptionxml:space="preserve">A C# programmer's productivity booster which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality, automatically updated version numbers, and brings smart tool bar to code editor.</Description>
@@ -400,6 +400,14 @@ When we begin to work with new libraries, we usually have to learn new types and
400
400
401
401
There are two buttons on the top right corner in the result list of symbol analysis commands. The _Pin_ button will keep the list on the screen. And you can use your mouse to drag those lists around.
402
402
403
+
### Code Refactorings
404
+
405
+
From version 7.0 on, quite a few code refactorings are provided via a button on the C# Smart Bar.
406
+
407
+

408
+
409
+
You can access the menu from keyboard by assigning a shortcut key to the `Refactor.RefactoringCode` command.
410
+
403
411
### Symbol Marker
404
412
405
413
_Symbol marker_ draws markers for C# symbols.
@@ -529,26 +537,27 @@ Open the *Codist* section in the *Tools->Options* dialog. In the *General* secti
529
537
530
538
I have learned a lot from the following extension projects (sorted by the time when I learned from them). Codist would not be what you see today without them.
*[Tweaks](https://github.com/madskristensen/Tweakster): VS tweaks
557
+
*[VsStatus](https://github.com/madskristensen/VsStatus): hacking the status bar
558
+
*[Roslynator](https://github.com/JosefPihrt/Roslynator): hundreds of code refactorings and analyses
559
+
*[ShowTheShortcut](https://github.com/madskristensen/ShowTheShortcut): discovering identifiers of executed commands
560
+
*[Copy Nice](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.CopyNice): copying text without indentation
552
561
553
562
And thank you, every donaters, beta testers, feedback providers to this project.
554
563
@@ -575,3 +584,5 @@ If you like _Codist_, consider [buying me a cup of Chinese tea](https://paypal.m
575
584
You can donate any amount of money as you like. The recommended amount of donation is `$19.99`.
576
585
577
586
5 donations have been received so far :)
587
+
588
+
Well, you have already reached here. Why not give Codist a ★★★★★ rating on the [Visual Studio Extension Marketplace](https://marketplace.visualstudio.com/items?itemName=wmj.Codist)?
0 commit comments