Fork me on GitHub
摘要: snippet . "selector { }" ${1} { ${2:${VISUAL}} }${0} snippet ! "!important" !important snippet bdi:m+ -moz-border-image: url(${1}) ${2:0} ${3:0} ${4:0 阅读全文
posted @ 2023-01-09 13:12 Cloudhan 阅读(18) 评论(0) 推荐(0) 编辑
摘要: # Some useful Unicode entities # Non-Breaking Space snippet nbs   # ← snippet left ← # → snippet right → # ↑ snippet up ↑ # 阅读全文
posted @ 2023-01-09 13:10 Cloudhan 阅读(29) 评论(0) 推荐(0) 编辑
摘要: extends css snippet $ $${1:variable}: ${0:value}; snippet imp @import '${0}'; snippet mix @mixin ${1:name}(${2}) { ${0} } snippet inc @include ${1:mix 阅读全文
posted @ 2023-01-09 13:09 Cloudhan 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 现在好像流行各种补全的插件,各种智能提示,看着很不错,个人感觉有点闹腾,还是snippets 比较靠谱,记住一些缩写,也挺方便的。补全插件也是有熟悉成本的,需要考虑的因素,比起记住写缩写难度没有减少,而且也不都是想象那么完美,所以有时还是用点笨办法靠谱。 snippet enc # encoding 阅读全文
posted @ 2023-01-09 13:07 Cloudhan 阅读(5) 评论(0) 推荐(0) 编辑
摘要: snippet art assert_redirected_to ${1:action}: '${2:index}' snippet artnp assert_redirected_to ${1:parent}_${2:child}_path(${3:@$1}, ${0:@$2}) snippet 阅读全文
posted @ 2023-01-09 13:06 Cloudhan 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Markdown Includes octopress (http://octopress.org/) snippets The suffix c stands for "Clipboard". snippet [ [${1:text}](https://${2:address}) snippet 阅读全文
posted @ 2023-01-09 13:03 Cloudhan 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 译者注:本中文版基于 VSCodeVim/Vim 的 README.md(2022-04-26)进行翻译和更新,基础英文版本保存在 The_original_En_version 下,如果后续有更新,将以最新版本与该版本比对后,再进行差异翻译。 VSCodeVim 是一个适用 Visual Stud 阅读全文
posted @ 2023-01-09 10:42 Cloudhan 阅读(1935) 评论(0) 推荐(1) 编辑
摘要: 编辑 PowerShell 配置文件脚本,每次启动之后自动加载 notepad $PROFILE 在配置文件里添加以下行: oh-my-posh init pwsh --config '$env:POSH_THEMES_PATH\jandedobbeleer.omp.json' | Invoke-E 阅读全文
posted @ 2023-01-09 10:38 Cloudhan 阅读(58) 评论(0) 推荐(0) 编辑