Open File in External App

I am coming from Eclipse experience and I can't seem to find a way to open Markdown file in the application associated with .md file extension. The issue mostly comes from inability to configure TextMate bundles, but I still would like to know how to open file in the external editor especially if PyCharm has no knowledge of the file type such as .md.
0
If you want a file to always open in an external app, you can add its extension to Settings | File Types | Files opened in associated applications.

Note that there is a third-party Markdown plugin for PyCharm.
0

I have the same trouble with file without extension but with shbang.

I wonder there is no way to open file with specific editor. 

0

Hello, 

you can open the file in PyCharm, right-click on it and go to "Associate with a file type" , according to the defined pattern you will be able to open a file with specified type. 

 

Let me know if you have any questions. 

 

0

Found! Wonderful!

After a while, I am learning pycharm and I am discovering a very very nice product. All the features I used are better than eclipse.

Thanks to all people of jetbrains.

 

0

Thank you very much for such pleasant feedback! 

 

 

 

 

0

Might not be super relevant, but I was stuck trying to remove a file type I previously told the IDE to open externally. (e.g. MP4s were opening with VLC, and tflite were opening with Netron.

 

So here is the screenshot of how you can remove them. They're classed under "Files opened in associated applications"

 

0

请先登录再写评论。