VisualStudioCode - [Part 1] Introduction
27 Jan 2021 1 minute read 0 comments Giemo
In theory all you need to write a program is a text editor and (depending on the programming language) a compiler. With only this minimal setup however, it will be hard to write or debug your code efficiently. That's why IDEs (Integrated Development ...