VS Code ↔ Best FOSS IDE, with extensive plugins, FOSS JS Electron by MS
aka VSCode, Visual-Studio-Code, VSC
VSCode by MS 2015, monthly update cycle. MIT License
Monaco Editor
Code Editor to power VS Code. MIT License
Sources: www.npmjs.com/package/monaco microsoft.github.io/monaco
VSC Extension
essential & useful Extensions for VS Code
VSC uses TS to add auto-completion for JS
VSC CLI
References
Monaco Editor↔ Code Editor to power VS Code. MIT LicenseGitLens↔ VS Code Plugin extends git to manage large multi-dev projectsVSC Extension↔ essential & useful Extensions for VS CodeCommand Pallete↔ terminal to access VSCode commands, switch filecode .↔ open Working Dir in new VSC projectcode ~/_.myhiddendotconfigfile↔ open any file in cur VSC windowDocker Setup↔ to run Docker on WinOS/VSCTailwind CSS↔ CSS Framework with huge Utility Class collection, VSC IDE-support for efficient consistent minimal CSSgit reset --soft HEAD↔ to undo (& delete) last Commit & keep Diff. 💡 best to just click the undo last commit option in VSC Source Control Panel