简体   繁体   中英

CSS within HTML auto complete or suggestion in Sublime Text 3

Is there a way to set Sublime Text to suggestion or autocomplete html classes like:

<div style="border: <suggestions here>"</div>

Thanks.

It should be automatically enabled for HTML, according to http://www.sublimetext.com/docs/3/auto_complete.html .

You need to enter a < character first before the dropdown menu occurs. Then hit tab to select the highest ranked suggestion, or select it manually from the menu.

I guess all you need is to download the below package from Git Hub..give it a try..

https://github.com/alienhard/SublimeAllAutocomplete

从程序包控制中安装程序包,然后安装引导程序自动完成插件,它将在下拉列表中显示所有建议

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