简体   繁体   English

(neo)vim coc - html css 的定义

[英](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.有没有人为 html css 使用 COC。 How to go to definition in css file from class or ID in html file?如何将 go 从 class 文件中的 css 文件中定义或 ZFC35FDC70D5FC69D265883A82EZA7 文件中的 ID 定义? Thanks for any help!谢谢你的帮助!

"------- web html ------------ "-------- web html ------------

if count(g:bundle_groups, 'html')

    "Plugin 'othree/html5.vim'
    " html css
    Plugin 'mattn/emmet-vim'

endif

"------- web css ------------ "-------- web css ------------

if count(g:bundle_groups, 'css')

endif

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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