随笔分类 -  开发工具

摘要:Tools -> Preferences -> Windows Types - SQL Window -> 勾选 "AutoSelect statement" 阅读全文
posted @ 2020-07-13 11:00 Uniqueness 阅读(733) 评论(0) 推荐(0)
摘要:HTML Snippets: 超级实用且初级的 H5代码片段以及提示 . HTMLHint: html代码检测 . HTML CSS Support : 让 html 标签上写class 智能提示当前项目所支持的样式。新版已经支持scss文件检索,这个也是必备插件之一 . Auto Close Ta 阅读全文
posted @ 2019-10-02 09:24 Uniqueness 阅读(215) 评论(0) 推荐(0)
摘要:Code snippet for Console.WriteLine Note : Tab Twice to insert the 'cw' snippet 阅读全文
posted @ 2019-09-30 14:31 Uniqueness 阅读(998) 评论(0) 推荐(0)
摘要:Ctrl + M + O: 折叠所有方法Ctrl + M + M: 折叠或者展开当前方法Ctrl + M + L: 展开所有方法 阅读全文
posted @ 2019-09-03 09:47 Uniqueness 阅读(976) 评论(0) 推荐(0)
摘要:1.Tools中选择Options..., Options界面中Test Editor -> All Languages(当然也可以设置对应的语言) -> General, 在Settings中勾选 Line numbers。 2.行号就显示出来了,便于我们去定位代码。 阅读全文
posted @ 2019-06-26 10:12 Uniqueness 阅读(661) 评论(0) 推荐(0)