I am a new user of Webstorm/PHPStorm. Before this IDE, I used Netbeans. To open a .xds file, that is a kind of text file that you can open it just like a .js file and edit it in the editor. In Netbeans you have to option to choose: open in system. Now the associated program gets started and opens it with the selected file.
Is there a alternative way to do this in Webstorm/Phpstorm? For now I just rightclick and choose for the option: Show in Explorer. And then doubleclick the file .xds.
Thanks in advance!
Use Files opened in associated applications in File
| Settings
| File Types
:
AFAIK there is no such action available in current versions.
Two options:
Assign such extension / pattern to File opened in associated applications in Settings | Editor | File Types
. Cons: you will not be able to open such file in IDE itself.
Create custom External Tool entry (Settings | Tools | External Tools
) that will launch such file with default application in your OS. For Windows it can be:
Program: cmd.exe
Parameters: /C start "$FilePath$"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With