chore: add resource under cpp:setting-up:code-editors

pull/4026/head
roadmap bot 2 years ago
parent 15259560e0
commit 9a285d7470
  1. 4
      src/data/roadmaps/cpp/content/101-setting-up/101-code-editors.md

@ -10,4 +10,6 @@ Code editors are programs specifically designed for editing, managing and writin
These are just a few examples, and there are many other code editors available, including Atom, Notepad++, and Geany. They all have their features and may suit different developers' needs. Finding the right code editor is often a matter of personal preference and workflow.
To work with C++ in your chosen code editor, you often need to install some additional tools and add-ons, such as compilers, linters, and debugger support. Make sure to follow the instructions provided by the editor's documentation to set up C++ correctly.
To work with C++ in your chosen code editor, you often need to install some additional tools and add-ons, such as compilers, linters, and debugger support. Make sure to follow the instructions provided by the editor's documentation to set up C++ correctly.
- [Using C++ on Linux in VSCode](https://code.visualstudio.com/docs/cpp/config-linux)
Loading…
Cancel
Save