Powershell
Powershell
最近都在用 Windows 下的 Powershell,功能上還不錯,也能利用 pipeline 串連不同程式。但不同於 unix shell input 和 output 以 text 為基礎,Powershell 的 input 和 output 都是 CLR object…
利用 Prism.js
和 Code Injection 能輕易為 Ghost 加上 syntax highlight。
Visual Studio code,簡稱 vscode,是微軟的 open source editor,由 Node.js
寫成,支持主流的程式語言。其定位為 IDE 和 Plain Text Editor 之間,所以當中設計巳經包含 Debugger API
等等。
Hungry Delete 是一個 vscode 的 extension, 由 typescript 寫成。有興趣的朋友可以從 Marketplace 下載。設計初衷是減少按 backspace…