Use Rider 2019 for Mac coding in the editor

Rider 2019 mac is a cross-platform code refactoring tools, Rider2019 version provides code coverage, continuous testing and other functions! Then use the Rider 2019 for Mac how to code in the editor do? When you use the Rider 2019 for Mac work in the editor, there will be a bunch of code editing assistant. With a look!

Code completion (IntelliSense)
IntelliSense Rider can be run automatically, but you can enter any meaningful after the code while you're typing, or even typing explicit call JetBrAIns Rider's code completion feature:
Press the call ^ ⌥ Space smart completed, the completion will provide a more intelligent recommendations based on the expected type of the expression.
Press ⌥ ⇧ Space invoke the name of the class completed, and all types of prefix matching a given, regardless of whether they belong to which namespace. If desired, it will be appropriate namespace introduced instructions into the current file.
Select and move blocks of code
wherever you insert symbols, try pressing ⌘ ⌥ Right / ⌘ ⌥ Left. These shortcuts allow you to select successive symbols, lines, or blocks of code, so that you can easily select any desired expression copy, cut, or moved. For more information, see select text in the editor.
If you need to move the selected block, press Ctrl + Shift + Alt, and then use the arrow keys to move to block any allowable position. For more information, please refer to rearrange the code elements

These are the use of Rider 2019 for Mac how to code in the editor, we want to help!

Guess you like

Origin blog.51cto.com/14241007/2412885