简体   繁体   English

选项卡完成在视觉代码工作室中不起作用

[英]Tab completion is not working in visual code studio

im new in this programming world.我是这个编程世界的新手。

And i wanna asking a noobie question.我想问一个菜鸟问题。

Im using visual code studio and trying make my first web project, so i install some extension so i can easily code(?).我正在使用视觉代码工作室并尝试制作我的第一个 web 项目,所以我安装了一些扩展,以便我可以轻松编码(?)。 But when i using tab-completion its not really work.但是当我使用制表符完成时,它并没有真正起作用。 In my case, i use html and the tab-completion didnt really work like when u tab-ing or enter-ing its not complete all the code, for example i wanna type div, so i type <di then tab/enter and its just showing <div only, not <div> </div> .在我的情况下,我使用 html 并且制表符完成并没有像当你制表符或输入它没有完成所有代码时那样真正工作,例如我想输入 div,所以我输入<di然后制表符/输入及其只显示<div only,不显示<div> </div> And can anyone tell me how to fix that?谁能告诉我如何解决这个问题? Your answer really mean everything to me.你的回答对我来说真的意味着一切。 Thankyou!谢谢!

Oh.哦。 And here's my setting and a bunch of extension i use.这是我的设置和我使用的一堆扩展。 Whether i should disabble or installing other我是否应该禁用或安装其他

My setting我的设置

Extension i use我使用的扩展名

Another extension i use我使用的另一个扩展

ps im sorry the picture not shown, i need to have 10 question so i can attach an actual image ps 我很抱歉图片没有显示,我需要有 10 个问题,所以我可以附上一张实际的图片

You are probably looking for the Auto Complete Tag and Auto Close Tag extensions:您可能正在寻找自动完成标签和自动关闭标签扩展:

You can find additional Extensions like this by searching for the AutoComplete tag:您可以通过搜索 AutoComplete 标记找到类似这样的附加扩展:
Search VS Code marketplace for AutoComplete 在 VS Code 市场中搜索 AutoComplete

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

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