当前位置:网站首页>Source insight tips
Source insight tips
2022-07-20 20:06:00 【Kevin Zhang Junjie】
Add remove project files
Add : Basic file addition operation
Add All : Add all source files of the whole project ( Then choose whether to recursively add source files in subdirectories , See the dialog box above )
Add Tree : Add the source code files in the specified folder and its subdirectories
Remove Tree : and Add Tree The function of is opposite
The toolbar
1) You can go to the place where you edited last time and last time
2) You can jump between different search results
3) Keyword search in the file :
Ctrl+F(F3:Backward,F4:Forward)
4)
Search Method
There are four alternative search methods in :Simple String、Regular Expression、 Keyword Expression and Look Up Reference
Simple String
Is the most common way to find , You can find any character or character that appears in the file , You can even find_upap || u
Such a string , But when the project is large , The search process will be slowRegular Expression
Query by regular expressionKeyword Expression
Keyword queryLook Up Reference
Query by reference , Default search methodOptions
Case Sensitive
The search is case sensitivewhole words only
Strictly match keywords when restricting queries , aboutLook Up Reference
The way is always effectiveSkip Inactivie Code
Such as#if 0… #endif
The code in is not in the list of searchSkip Comments
The code in the comment is not on the list of lookupsSearch Only Comments
Only find the code in the commentslines of context
Only if the query method isKeyword Exception
Effective whenFind word variations
Only if the query method isKeyword Expression
Effective when . It can be used to query all words at the beginning of keywords , Columns such asopen
Query outopens
、opening
Similar words
5)symbol window
: Quickly locate a function 、 Variable 、 macro
6)context window
: Automatically display the selected variable 、 function 、 Definition of macro
边栏推荐
猜你喜欢
百度、阿里、腾讯,谁最先倒下?
Promise实现
Basset: learning the regulatory code of the accessible genome with deep convolutional neural network
Basset: learning the regulatory code of the accessible genome with deep convolutional neural network
ffmpeg笔记(一)音视频基础
路由器和交换机的区别
volatile详解
狂神redis笔记03
赛迪发布《湖仓一体技术研究报告》,巨杉数据库入选国内企业典型代表
[software test] - test case of image server project
随机推荐
R语言游程检验:使用runs.test函数对二值序列数据执行游程检验(检验序列是否是随机的)
STEPN链游系统开发模式详解(运动赚钱模式)
js判断是对象还是数组
SIGGRAPH 2022--岩鸽彩虹色羽毛渲染阅读笔记:Rendering Iridescent Rock Dove Neck Feathers
【TypeScript 之手册】
PyGame official document [translation] - pygame freetype
Qt QTextEdit 设置 QScrollBar 样式表不生效解决方案
469-82(62、63、343、96)
Obejct.getOwnPropertyNames()与Object.keys()区别
解决cascader日常报错问题
G1垃圾回收器
R语言ggpubr包ggarrange函数将多幅图像组合起来、annotate_figure为组合图像添加注释、注解、标注信息、使用right参数在可视化图像右侧添加注解信息(在文本中添加上标和下标
Pygame 官方文档 【翻译】- pygame.freetype
let,const声明格式以及特征
Exchange 2010 SSL证书安装文档
ffmpeg笔记(一)音视频基础
Performance tools -- JMeter environment preparation
面试官必问的 3 道 MQ 面试题,还有谁不会??
ES6中的结构赋值
ROS回调函数新发现