Use External Editor
It's recommended to use external editor to write TypeScript.
Change the settings in Editor > Edtior Settings > Text Editor > External
.
NOTE: You might need to use the switch to enable
Advanced Settings
.
- Check the
Use External Editor
- Add your path your desired editor to
Exec Path
- Check this for more information - For example write
{project} --line {line} {file}
for JetBrains products or{project} --goto {file}:{line}:{col}
for VSCode toExec Flags