最近剛好有逛到 jserv 的「Linux 核心設計」系列講座,看到 jserv 大大有用 hackmd 來寫課程說明
自己也很想來試試看囉
老布這麼說
Yet another bootstrap theme.
2021-02-26
2021-02-25
2021-02-25
Read More
2021-02-22
2021-02-18
單純的將 s3 object 分享出來,但是 open s3 bucket access
Reference
- How can I grant public read access to some objects in my Amazon S3 bucket?
- 要記得先修改 bucket level 的 permission
2021-02-18
Read More
2021-02-01
Read More
2021-01-28
有關 workspace 的部分
List Some ShoutCut
- `Ctrl + `` : toggle terminal wondow 滿常用的
Command + Shift + P
: open the command pallet- you can search for any command
Ctrl + Tab
,Ctrl + Shift + Tab
: 在多個開啟的檔案中,做切換Command + 1, 2 ..
: 在開啟的不同檔案 tab (grid) 中切換Command + P
: 搜尋 file and open fileCommand + D
: 在一個字上,按下幾次Command + D
, 可以選取同樣的字串,一起修改Command + B
: toggle side menu- zen mode - 可以來試試看
- 先按
Command + K
, 放掉按鍵後按Z
- 先按
Navigating and Manipulating Text
Command + D
: 在一個字上,按下幾次Command + D
, 可以選取同樣的字串,一起修改Command + Option + Shift
: 可以 verital 多個 cursor
Font
Extension
theme
- cobalt 2 : search cobalt
- Solarized
Power Extension
- Bracket Pair Colorizer
- Advanced New File
- Better Comments
- todo hightlight
- polacode
- open in browser
- vscode-icons
- settings sync - 要來用用看
- gitlens
- dotenv
- editorconfig for vs code
- bookmarks
- project manager
Some Power Extension (about javascript) but I am not used
- quokka
- auto close tag
- live server
- javascript es6 snippets
- search noder_modules
- import cost
- eslint
- intellisense for css
Docuemnt
試試 vim plugin 的整合
- VSCodeVim/Vim - Vim for Visual Studio Code
- To enable key-repeating execute the following in your Terminal and restart VS Code - Mac 中,需要設定的部分
$ defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false # For VS Code
- To enable key-repeating execute the following in your Terminal and restart VS Code - Mac 中,需要設定的部分
vs-code and vim
- Boost Your Coding Fu With VSCode and Vim ** 值得一看的資料
- VSCode 如何提高我的寫扣效率 * 可以多多參考
Reference
- jamesqquick/Learn-VS-Code
- Emmet — the essential toolkit for web-developers
2021-01-27
Tools
- Lighthouse
- Lighthouse is an open-source, automated tool for improving the quality of web pages.