Skip to content

Instantly share code, notes, and snippets.

@samzeng
Created April 3, 2017 13:00
Show Gist options
  • Save samzeng/651a0b34ade74aa53b8e5f00a8485e34 to your computer and use it in GitHub Desktop.
Save samzeng/651a0b34ade74aa53b8e5f00a8485e34 to your computer and use it in GitHub Desktop.
PhpStorm open current file with Gvim

PhpStrom

  1. Default Settings -> Tools -> External Tools
  2. Create Tool:
    1. Program: path\gvim.exe
    2. Parameters: +$LineNumber$ $FilePath$
    3. Working directory: $FileDir$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment