visual-studio-code - Visual Studio Code 如何自动补全C++代码?
巴扎黑
巴扎黑 2017-04-17 12:04:17
0
6
751

注意:我所说的是语法补全,
不是单纯的记忆补全,

即:
如果我第一次打
#inc
那么应该弹出
#include 补全。
而不只是检索我打过的代码然后弹出补全

巴扎黑
巴扎黑

reply all(6)
伊谢尔伦

According to the current vscode, it is not supported. There is no plug-in. It supports front-end language completion, which can be seen on the official website

Ty80

You can use visual assist

巴扎黑

Visual Studio Code is positioned as an editor. If you want to complete it, use an IDE.

刘奇

Visual Studio’s auto-completion function is not very good. There should be very few people using it. Since you want to use an IDE, you should choose the one that suits you best
http://www.csdn.net/article /2014-02-27/2818564-best-compilers-and-ides-for-c-programmers
There is always one suitable for you, I personally recommend Code::Blocks

洪涛

This # does not yet support syntax completion lists in Visual Studio (including all Visual Studio products), only memory lists. C/C++ syntax checking is also not enabled in # statements. You can try other software such as Dev C++.

Ty80

Qt Creator supports such prompts.

Qt Creator without compilation environment is only 50~60MB in size. It has complete intelligent prompts, provides GDB and Valgrind memory analysis front-end, and supports VIM editing mode.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!