user1214916
user1214916

Reputation: 249

How to hide js and js.map file in Visual Studio 2015

I am working on a Angular 2 project in Visual Studio 2015. Is there a way to hide the js and js.map files in Visual Studio 2015 like in VS Code?

Upvotes: 1

Views: 514

Answers (1)

rageit
rageit

Reputation: 3621

Assuming that you have included js and js.map files in the project, you can group those items together and have the ts file display as the root.

Refer to this link. There are also extensions such as VSCommands that can do this for you using context menu.

Upvotes: 1

Related Questions