I am looking for how to use Region in .tsx code while using Visual studio code. In editor the intelisense shows //#region and //#endregion (might be due to some extension such as ES7 React/Redux/... or ESLint) but after placing it in code it gives errors.
Can someone know how to use that?