Forrest logo
back to context overview

webstorm

List of commands for webstorm:

  • webstorm:tldr:15b92 webstorm: Open a file with the cursor at the specific line.
    $ webstorm --line ${line_number} ${filename}
    try on your machine
    explain this command
  • webstorm:tldr:27625 webstorm: Open and wait until done editing a specific file in the LightEdit mode.
    $ webstorm --wait -e ${filename}
    try on your machine
    explain this command
  • webstorm:tldr:2df0c webstorm: Open a specific directory in WebStorm.
    $ webstorm ${path-to-directory}
    try on your machine
    explain this command
  • webstorm:tldr:89eae webstorm: Open specific files in the LightEdit mode.
    $ webstorm -e ${filename1 filename2 ---}
    try on your machine
    explain this command
  • webstorm:tldr:d8ee8 webstorm: Open and compare files (supports up to 3 files).
    $ webstorm diff ${filename1} ${filename2}
    try on your machine
    explain this command
  • webstorm:tldr:ed6bb webstorm: Open the current directory in WebStorm.
    $ webstorm
    try on your machine
    explain this command
back to context overview