import { getEditorLink } from 'utils'
Opens the source file in the respective IDE. Forked from: https://github.com/siddharthkp/babel-plugin-open-source
string
Path of the file to be opened.
number
Line to be focused.
number
Column to be focused.
"sublime" | "phpstorm" | "atom" | "vscode-insiders" | "vscode"
The IDE the file should be opened in.