madskristensen / OpenInSublimeText

A Visual Studio extension
Other
10 stars 9 forks source link

Support for opening solution and project files as normal files. #3

Closed andrewphamvk closed 8 years ago

andrewphamvk commented 8 years ago

Current behavior

When selecting a solution/project file and clicking Open in Sublime Text, opens it in Sublime as a folder. The .sln/.proj file is not immediately loaded but rather the directory is loaded to the side bar.

Feature Request

Allow an option (boolean flag) in Tools -> Options -> Open in Sublime Text to allow users to open solution/project files as if they were regular files.

andrewphamvk commented 8 years ago

Feature implemented.