comment-divider
comment-divider copied to clipboard
typescript
is it possible to use opt + x subHeader in tsx or react ? I have tried to modify it on JSON setting but it's not working.
comment-divider.languagesMap": {
".tsx": ["{/", "/}"],
".jsx":["{/", "/}"],
".typescript": ["{/", "/}"],
".js": ["{/", "/}"],
".react": ["{/", "/}"],
".javascript": ["{/", "/}"],
".javaScript": ["{/", "/}"],
".html": ["{/", "/}"],
"toml": ["#", "#"],
"scss": ["//"]
},
thank you