Installing a Text Editor and Its Packages
Programming directly in any language's Command Window is inefficient; instead, we use text editors that offer organized layouts, code folding, snippets, and linting. In this course, we'll use SublimeText, a free, lightweight, versatile, and well-established text editor.
Installing SublimeText
- Go to www.sublimetext.com ;
- Click Download at the top right;
- Download the version for your operating system;
- Open and install the download.
Check the prompt Add to explorer context menu so that you easily can find it when you're done.
Instruction
To set up SublimeText for folding, creating snippets, and linting Matlab code, follow these steps:
- Open SublimeText;
- Open the Command Palette (
Ctrl
+Shift
+P
orCmd
+Shift
+P
on Mac); - Type Package Control: Install Package and press
Enter
; - Search for the package name and click on it to install;
- Wait for the confirmation message at the bottom left indicating the installation is complete.
- SyntaxFold (demonstrated in the video);
- AutofoldCode;
- SublimeLinter;
- SublimeLinter-contrib-mlint (install SublimeLinter first);
- PackageResourceViewer;
- gruvbox (for the color theme).
- Open the Command Palette;
- Type Package Control: List Packages;
- Check the list of installed packages that appears.
- Open the Command Palette;
- Type Package Control: Remove Package;
- Select the package you want to uninstall.
If you encounter any issues, refer to your Quick Reference for additional guidance.
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 3.85
Installing a Text Editor and Its Packages
Swipe to show menu
Programming directly in any language's Command Window is inefficient; instead, we use text editors that offer organized layouts, code folding, snippets, and linting. In this course, we'll use SublimeText, a free, lightweight, versatile, and well-established text editor.
Installing SublimeText
- Go to www.sublimetext.com ;
- Click Download at the top right;
- Download the version for your operating system;
- Open and install the download.
Check the prompt Add to explorer context menu so that you easily can find it when you're done.
Instruction
To set up SublimeText for folding, creating snippets, and linting Matlab code, follow these steps:
- Open SublimeText;
- Open the Command Palette (
Ctrl
+Shift
+P
orCmd
+Shift
+P
on Mac); - Type Package Control: Install Package and press
Enter
; - Search for the package name and click on it to install;
- Wait for the confirmation message at the bottom left indicating the installation is complete.
- SyntaxFold (demonstrated in the video);
- AutofoldCode;
- SublimeLinter;
- SublimeLinter-contrib-mlint (install SublimeLinter first);
- PackageResourceViewer;
- gruvbox (for the color theme).
- Open the Command Palette;
- Type Package Control: List Packages;
- Check the list of installed packages that appears.
- Open the Command Palette;
- Type Package Control: Remove Package;
- Select the package you want to uninstall.
If you encounter any issues, refer to your Quick Reference for additional guidance.
Thanks for your feedback!