Rider Help

Opening Files from Command Line

Opening a file in the editor

Rider helps opening a file for editing so that the caret rests at the specified line.

To open a file for editing

  • In the command line, type the following:
    <Rider> <path1> --line <number> <path2>
    where:
    • <Rider> is the platform-specific product launcher
    • <path1> is the path to the project that contains the desired file
    • <number> is the number of the line, where the caret should rest
    • <path2> is the path to the file to be opened

Examples

Windows

Rider.exe C:\SamplesProjects\MetersToInchesConverter --line 3 C:\SamplesProjects\MetersToInchesConverter\src\javascript\numbers.js

macOS

/Applications/Rider.app/Contents/MacOS/rider ~/RiderProjects/untitled45 --line 1 ~/RiderProjects/untitled45/sample.sass
Last modified: 11 October 2017