SudoKillMe / vscode-extensions-open-in-browser

81 stars 42 forks source link

Allow other file types to use right click #52

Open simon300000 opened 5 years ago

simon300000 commented 5 years ago

It would be very nice to show right click menu option with all file types, not just .html. As #11 suggests, there is a lot of different type of files where we need to open it in a different program such as Typora for Markdown files. Currently we can only use Alt+B after open the file in VS Code, but it would be difficult for large files such as.psd.

If it is not possible to have this menu option directly for all file types, maybe provide some config options instead so it is possible to customize?

Thank you!