madskristensen / TextmateBundleInstaller

A Visual Studio extension
Other
68 stars 23 forks source link

Open folder instead of Solution #593

Open fschramka opened 2 years ago

fschramka commented 2 years ago

Installed product versions

Description

If a folder gets opened instead of a solution the extension does not work.

Usecase: Project with multiple languages (example C, C++ and Scala). Instead of opening every solution (in VS and IntelliJ), just open the folder. Building is not done with VS, but a makefile.

Steps to recreate

  1. Start VS
  2. Open a local folder
  3. Select a folder & open
  4. non official VS languages don't have text highlighting :)

Current behavior

Well, in a scala file it highlightet the first 3 lines partially - but I guess this is due to keywords that are also found in VS languages

Expected behavior

Scala text highlighting like it does in a solution :)