Skip to content
Hanlei Qin edited this page Jul 21, 2020 · 54 revisions

Search

  • 指定url内查找相关信息,将以下内容放入Google的搜索框内并回车
    site:https://github.com/doubility-sky/daydayup/wiki 搜索

Design

Editor

vscode 由微软出品,与 atom 一样基于 electron,活跃且迭代非常快

VSCode Extensions

Codes

  • CoatiSoftware/Sourcetrail is a free and open-source cross-platform source explorer that helps you get productive on unfamiliar source code.
  • Count Lines of Code
  • Artistic Style 格式化利器,别人代码瞬间变成你熟悉的风格。
    使用案例
    astyle \
    --mode=c \
    --style=kr \
    --indent=force-tab \
    --attach-namespaces \
    --attach-classes \
    --attach-inlines \
    --indent-switches \
    --indent-col1-comments \
    --pad-oper \
    --pad-header \
    --unpad-paren \
    --align-pointer=type \
    --fill-empty-lines \
    --add-brackets \
    --recursive \
    --suffix=none *.c *.cpp *.h *.hpp
  • clang-format

SAAS

Clone this wiki locally