JustToThePoint English Website Version
JustToThePoint en español
JustToThePoint in Thai

What are the best text and source code editors? Best Online IDEs

[Image](../images/Writing.jpg" title=“Text Editors)

Text editors are programs used to create and edit plain text files. They are fast and easy to use. They usually provide many features: undo and redo the last edit (who can live without it?), basic editing and formatting features (cut, copy, and paste, search and replace), syntax highlighting, etc.

What are the best editors out there?

[Image](../images/notepad.jpg” title=“Notepad)

Visual Studio Code

Text Editors: Sublime

First, let’s configure it. We need to install a full-featured package manager. Tools -> Install Package Manager.

Then, you may want to install some of the following packages (CTRL-Windows-/CMD-Mac- + SHIFT + P, Install-Package):

  1. SideBar Enhancements. Enhancements for Sublime Text sidebar.
  2. Emmet (ex-Zen Coding) is an editor plugin for high-speed HTML, XML coding and editing.
  3. Themes. Material, Soda and Phoenix.
  4. Sublime Linter. Linting is the process of running a program that analyzes your code and flags a wide variety of issues and errors.
  5. SublimeCodeIntel. Full-featured code intelligence and smart autocomplete engine.
  6. ViewInBrowser. This will open whatever is in your current view/tab.
  7. LiveReload. This helps you to test your code very quickly, as soon as you save a file on Sublime, your browser updates automatically.

Sublime’s look and feel is configured in Preferences.sublime-settings (Preferences > Settings—User). I use the following settings:

"theme": "Soda Dark.sublime-theme",
"dictionary": "Packages/Language - English/en_GB.dic",
"font_face": "Ubuntu Mono",
"font_size": 16,
"ignored_packages":
[
      "Vintage"
],
"spell_check": true,

  Atom is a hackable text editor for the 21st Century. It is completely free, open-source, and it looks very much like Sublime Text. GitHub is sunsetting Atom and will archive all projects under the organization on December 15, 2022.

Bitcoin donation

JustToThePoint Copyright © 2011 - 2024 Anawim. ALL RIGHTS RESERVED. Bilingual e-books, articles, and videos to help your child and your entire family succeed, develop a healthy lifestyle, and have a lot of fun. Social Issues, Join us.

This website uses cookies to improve your navigation experience.
By continuing, you are consenting to our use of cookies, in accordance with our Cookies Policy and Website Terms and Conditions of use.