简体   繁体   中英

(neo)vim coc - go-to-definition for html css

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!

"------- 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM