Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| student:stu:vscode [2025/09/05 11:36] – [git in vscode] weikleda | student:stu:vscode [2025/09/05 11:47] (current) – [Visual Studio Code, Generally] weikleda |
|---|
| |
| ===== Visual Studio Code, Generally ===== | ===== Visual Studio Code, Generally ===== |
| Often abbreviated as "vscode", Visual Studio Code is an example of an Integrated Development Environment (IDE) and has a Graphical User Interface (GUI). It has a basic configuration and then relies on extensions and settings (preferences for the IDE as a whole, the extensions, and for specific projects) to support pretty much any kind (language/platform/toolset) of software development | Often abbreviated as "vscode", Visual Studio Code is an example of an Integrated Development Environment (IDE) and has a Graphical User Interface (GUI). It has a basic configuration and then relies on extensions and settings (preferences for the IDE as a whole, the extensions, and for specific projects) to support pretty much any kind (language/platform/toolset) of software development. Another commonly used IDE is [[https://wiki.cs.jmu.edu/student/eclipse/start|Eclipse]]. |
| |
| ==== Extensions ==== | ==== Extensions ==== |
| |
| ==== debugging in vscode ==== | ==== debugging in vscode ==== |
| | |
| | |
| | |
| | ==== checkstyle and formatters in vscode ==== |