Web Guide/Text Editors: Difference between revisions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{GuidePage|title=Text Editors|section=🍳 Cool Toolz}} | {{GuidePage|title=Text Editors|section=🍳 Cool Toolz}}__TOC__ | ||
=== Visual Studio Code === | |||
[[Visual Studio Code]] is Microsoft's main code editor. It's pretty good, all told. It comes with lots of nice features for web development, including autocompletion for HTML and CSS, JavaScript and TypeScript language intelligence (it'll tell you when you make a mistake, etc) and a fairly easy to use UI. | |||
You can download it for Windows, macOS and Linux from [https://code.visualstudio.com/ their website]. Based on my sample size of two, 100% of college and university computers come with Visual Studio Code included, so if you're using one of those you might be in luck! | |||
==== Open yer Site ==== | ==== Open yer Site ==== | ||
| Line 11: | Line 12: | ||
Anyway, to turn them off, press <kbd>Ctrl/⌘</kbd> + <kbd>Comma</kbd>, type "Disable AI Features" in the search bar, and make sure the checkbox next to the setting is ticked. | Anyway, to turn them off, press <kbd>Ctrl/⌘</kbd> + <kbd>Comma</kbd>, type "Disable AI Features" in the search bar, and make sure the checkbox next to the setting is ticked. | ||
=== Zed === | |||
Zed is the new thing that people like to use. It's very similar to Visual Studio Code, comes with all the same features, but tries to do everything a bit faster. | |||
You can download it for Windows, macOS and Linux from [https://zed.dev/ their website]. | |||
==== Disabling AI Features ==== | |||
As explained above, you really don't want to be using AI this early on. To disable the AI features, press <kbd>Ctrl/⌘</kbd> + <kbd>Comma</kbd>, click "AI" on the window that appears, and make sure "Disable AI" is on. | |||
=== Notepad++ === | === Notepad++ === | ||