# sourceinsight **Repository Path**: pjlong/sourceinsight ## Basic Information - **Project Name**: sourceinsight - **Description**: 收集好用主题和插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-11 - **Last Updated**: 2023-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sourceinsight #### 介绍 收集好用主题和插件 #### my_si.em 宏命令 - 可以将宏 AutoExpand 配置给 crtl + Enter ``` *===============================shortcut key command===============================* *----------------------------------------------------------------------------------* *AutoExpand macro:* * #if0 对选中的代码语句进行#if 0 #endif注释* * file or fi 生成C文件的注释模板* * hfile or hfi 生成H文件的注释模板* * func or fu 生成函数的注释模板* * #ifdef or #ifd 生成#ifdef #endif代码段* * #ifndef or #ifn 生成#ifndef #endif代码段* * struct or st 生成struct代码段* * enum or en 生成enum代码段* * dbg 生成debug代码段* * help or cmd 生成help 信息* *=================================================================================*/ ```