I was looking for a solution but never found a good one. Does anyone use COC for html css. How to go to definition in css file from class or ID in html file? Thanks for any help!
Asked
Active
Viewed 666 times
1
-
try css peek extension https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek – Rahman Haroon Dec 01 '20 at 10:35
-
Thank you, I actualy used that extension. But is just for VS Code. I need same exact thing for Vim (neovim). – Dec 01 '20 at 16:13
-
Also consider the [vi.se] Stack Exchange for questions on Vim. – filbranden Dec 01 '20 at 20:12
1 Answers
-1
"------- web html ------------
if count(g:bundle_groups, 'html')
"Plugin 'othree/html5.vim'
" html css
Plugin 'mattn/emmet-vim'
endif
"------- web css ------------
if count(g:bundle_groups, 'css')
endif

ChristianYami
- 586
- 1
- 9
- 17

clivi
- 26
- 2