madskristensen / WebEssentials2017

A Visual Studio extension
Other
90 stars 17 forks source link

//#region does not work #20

Closed manueledones closed 7 years ago

manueledones commented 7 years ago

Installed product versions

Description

//#region support seems missing in typescript files, the regions are not collapsible. The regions were working as expected in Visual Studio 2015 Enterprise and WebEssentials2015.

Steps to recreate

  1. Create a new .ts file
  2. Define a //#region

Current behavior

The region is not collapsible

Expected behavior

The region should be collapsible

madskristensen commented 7 years ago

You need the JavaScript Regions extension for that in VS2017

sgf commented 6 years ago

@madskristensen but there's also no ragions in Views (cshtml)?

<!-- #region Test -->
code here
<!-- #endregion -->