当前位置:网站首页>Vs2017 setting function Chinese Notes
Vs2017 setting function Chinese Notes
2022-06-24 19:23:00 【Me-Space】
vs2017 Set the Chinese annotation of the function
This article is based on the following articles https://blog.csdn.net/omg_orange/article/details/106742843
The setup steps are as follows
1. open C:\Users\ASUS\Documents\Visual Studio 2017\Code Snippets\Visual C++\My Code Snippets Under the folder .
2. stay My Code Snippets Folder creation to .snippet Suffix text , The text is as follows :
<?xml version="1.0" encoding="GBK"?>
<CodeSnippets >
<CodeSnippet Format="1.0.0">
<Header>
<Title>note</Title>
<Shortcut>note</Shortcut>
</Header>
<Snippet>
<Code Language="cpp"><![CDATA[
/******************************************************************************* * Prototypes of functions : * Function functions : * The parameters of the function : * Function return value : * Function description : * Function writer : * Function writing date : * Version number of the function : ********************************************************************************/]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
Shortcut key name and text format 
3. Open the Code Snippet Manager , See if it is added successfully .
4. If in 3 Cannot find , Click Import , find My Code Snippets Under folder xxxx.snippet And open , Click ok , Here's the picture .
5. When writing code, type note Press enter to jump out of the set annotation text .
Please point out any mistakes , thank you .
边栏推荐
- Experience of MDM master data project implementation for manufacturing projects
- cdc+mysql connector从维表中join的日期时间字段会被+8:00,请问阿里云托管的
- 论文解读(SR-GNN)《Shift-Robust GNNs: Overcoming the Limitations of Localized Graph Training Data》
- A detailed explanation of the implementation principle of go Distributed Link Tracking
- 60 divine vs Code plug-ins!!
- Volcano becomes spark default batch scheduler
- Remote sensing Forum
- Network security review office starts network security review on HowNet
- Source code analysis of ArrayList
- 假如,程序员面试的时候说真话
猜你喜欢
随机推荐
finkcdc支持sqlserver2008么?
Volcano成Spark默认batch调度器
论文解读(SR-GNN)《Shift-Robust GNNs: Overcoming the Limitations of Localized Graph Training Data》
Programmers spend most of their time not writing code, but...
Nokov motion capture system makes it possible for multi field cooperative UAV to build independently
API管理之利剑 -- Eolink
php OSS文件讀取和寫入文件,workerman生成臨時文件並輸出瀏覽器下載
Why are life science enterprises on the cloud in succession?
PHP OSS file reads and writes files, and workman generates temporary files and outputs them to the browser for download
How to use JWT authentication in thinkphp6
cdc+mysql connector从维表中join的日期时间字段会被+8:00,请问阿里云托管的
Multi segment curve temperature control FB (SCL program) of PLC function block series
thinkphp6中怎么使用jwt认证
Understanding openstack network
请问一下2.2.0版本支持动态新增mysql同步表吗
目前是不是只cdc 监控mysql 可以拿到新增列的数据 sqlserver不行是吧
Volcano成Spark默认batch调度器
数字孪生行业案例:智慧港口数字化
How to customize cursor position in wechat applet rotation chart
[leetcode] rotation series (array, matrix, linked list, function, string)








