Changes between Version 7 and Version 8 of cypress/FileEditingSoftware
- Timestamp:
- 08/19/24 10:43:05 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/FileEditingSoftware
v7 v8 33 33 === GUI Based Editors === 34 34 35 There are a number of GUI based editors available across platforms ( gedit, notepad++, sublime text edit just to name a few). The choice of GUI based text editor is a personal one and we offer no opinions on which is best.35 There are a number of GUI based editors available across platforms (VSCode, gedit, notepad++, sublime text edit just to name a few). The choice of GUI based text editor is a personal one and we offer no opinions on which is best. 36 36 37 37 That being said, any GUI based editor you use should be able to save files in a clean text format (so Microsoft Word is out). 38 39 ==== Visual Studio Code==== 40 [https://code.visualstudio.com/ Visual Studio Code], also commonly referred to as VS Code, is a source-code editor developed by Microsoft for Windows, Linux, macOS and web browsers. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded version control with Git. Users can change the theme, keyboard shortcuts, preferences, and install extensions that add functionality. 41 * [https://code.visualstudio.com/docs/remote/wsl Windows WSL] 38 42 39 43 == Exercise == … … 41 45 42 46 43 == Remote Editing ==47 == Remote Editing with VSCode == 44 48 [[cypress/VScode|Visual Studio Code]] 45 49