简体   繁体   English

HTML和CSS的Emacs WebMode代码完成

[英]Emacs WebMode code completion for html and css

I have setup the plugin for webmode in emacs but I am unable to get the code completion working for html and css. 我已经在emacs中为webmode设置了插件,但是我无法获得适用于html和css的代码完成。 I am using the company mode plugin. 我正在使用公司模式插件。 Any links or assistance welcome. 欢迎任何链接或帮助。

upgrade to the latest web-mode, then use ctags/etags to create TAGS. 升级到最新的网络模式,然后使用ctags / etags创建标签。

This is your project setup in ~/.emacs: (setq tags-table-list (list "~/proj/js/TAGS" "~/projs/css/TAGS") 这是您在〜/ .emacs中设置的项目: (setq tags-table-list (list "~/proj/js/TAGS" "~/projs/css/TAGS")

See https://github.com/fxbois/web-mode/pull/640 for tech details. 有关技术细节,请参见https://github.com/fxbois/web-mode/pull/640

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

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