emmet-vim icon indicating copy to clipboard operation
emmet-vim copied to clipboard

.tsx file support

Open faruzzy opened this issue 4 years ago • 2 comments

Can we PLEASE add support for tsx files?

faruzzy avatar Nov 21 '21 08:11 faruzzy

tsx is supported. It may not appear in your completion engine, this has to do with your completion engine itself.

If you use the emmet's commands it will expand to tags: i.e. div<C-y>, will expand to <div></div>.

Tested on jsx, js, css and html.

JustSage avatar Dec 12 '21 11:12 JustSage

I had "emmet" disabled in tsx files because of my plugin manager settings:: Plug 'mattn/emmet-vim', {'for': ['html', 'eruby', 'slim', 'css', 'sass', 'scss']} After removing for section everything working correctly. Plug 'mattn/emmet-vim'

mario-amazing avatar Aug 18 '22 12:08 mario-amazing