Skip to content

Command Line Switches

zufuliu edited this page Jan 5, 2024 · 3 revisions

Command Line Switches

See Help -> Command Line Help for a list of switches.

The command switch / and - is same, i.e. -g line[,column] is same as /g line[,column].

Configure Notepad2 as External Tool for Other Application

The most useful command line switch for configuring Notepad2 as external tool for other application is /g line[,column].

Visual Studio

The argument is /g $(CurLine),$(CurCol) $(ItemPath).

Visual Studio

Cppcheck

The parameter is /g (line) (file).

Cppcheck