**node
**
安装Git for windows
https://gitforwindows.org/git
安装TortoiseGit
https://tortoisegit.org/github
Git for windows安装注意事项
统一使用Linux文件操做命令图片:
启用软链接支持图片:
安装TortoiseGit
下载地址:https://tortoisegit.org/
安装NodeJS 8.x
https://nodejs.org/en/
安装VS Code Insiders
https://code.visualstudio.com/typescript
图片:shell
VS Code 必装插件
TypeScript Importer (用于import的自动代码提示)
推荐可选插件(可选)
IntelliJ IDEA Keybindings (使用IDEA Style的快捷键)
推荐全局设置(可选)
// 将设置放入此文件中以覆盖默认设置
{json
"editor.fontSize": 18, "terminal.integrated.fontSize": 16, "window.zoomLevel": 0, "terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe", "editor.mouseWheelScrollSensitivity": 1.5, "files.autoSave": "afterDelay", "files.autoSaveDelay": 1000, "git.enableSmartCommit": true, "git.confirmSync": false, "tsimporter.preferRelative": true, "tsimporter.filesToExclude": [ "dist" ], "tsimporter.lowImportance": true, "editor.formatOnType": true, "editor.formatOnPaste": true, "zenMode.hideTabs": false
}
推荐代码片断助手(可选)
https://github.com/k8w/vscode...windows