本文介绍了选项卡完成在 Visual Code Studio 中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是这个编程世界的新手.

我想问一个菜鸟问题.

我正在使用 Visual Code Studio 并尝试制作我的第一个 Web 项目,所以我安装了一些扩展程序以便我可以轻松编写代码(?).但是当我使用制表符完成时,它并没有真正起作用.在我的情况下,我使用 html 并且选项卡完成并没有像你使用 tab 键或输入时那样真正起作用,它没有完成所有代码,例如我想输入 div,所以我输入 <di 然后按 Tab/Enter 并只显示

仅,而不是

</div> .谁能告诉我如何解决这个问题?你的回答对我来说真的意味着一切.谢谢!

哦!这是我的设置和我使用的一堆扩展.我应该禁用还是安装其他

我的设置

我使用的扩展

我使用的另一个扩展

附言对不起,图片没有显示,我需要有 10 个问题,所以我可以附上一张实际的图片

解决方案

您可能正在寻找 Auto Complete Tag 和 Auto Close Tag 扩展:

您可以通过搜索 AutoComplete 标签找到其他类似的扩展:
在 VS Code 市场搜索 AutoComplete

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(?). 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> . 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

p.s. im sorry the picture not shown, i need to have 10 question so i can attach an actual image

解决方案

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:
Search VS Code marketplace for AutoComplete

这篇关于选项卡完成在 Visual Code Studio 中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 17:17