How to Obtain Access to a Source Code Editor
Accessing a source code editor can be done through several popular options, each with its own features and capabilities. Listed below are 4 commonly used editors.
Essential video on the editors listed below
- including AI extensions.
- Visual Studio Code: RECOMMENDED. This is a powerful, free, and open-source code editor developed by Microsoft. It offers a wide range of features, including syntax highlighting, intelligent code completion, debugging, and an integrated terminal. It also supports extensions for various programming languages and tools. Used by over 80 percent of all code developers. You can download it from the official Visual Studio Code website.
https://code.visualstudio.com
- Notepad: A simple text editor that comes pre-installed with Windows. While it lacks many advanced features, it can be used for basic code editing and quick edits. It is lightweight and easy to use, making it suitable for small scripts and quick modifications. Installed on all NSU computers.
- WordPad: Another text editor included with Windows, WordPad offers basic text formatting features. While it's more feature-rich than Notepad, it is less suitable for coding due to its lack of advanced code editing functionalities. However, it can still be used for editing plain text and simple code files. Installed on all NSU computers.
- Notepad++: A free, open-source text and source code editor for Windows. Notepad++ is highly customizable and supports many programming languages. It features syntax highlighting, code folding, and a powerful search and replace tool. You can download it from the Notepad++ website: https://notepad-plus-plus.org/
|