From cc95998339ab2883d47ed1e39cc9495a1d0a28a6 Mon Sep 17 00:00:00 2001 From: Rishabh Verma <87109274+rishabhv2003@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:48:41 +0545 Subject: [PATCH] Update 101-code-editors.md A minor change to inform new users that this IDE is not pre unlike others. --- .../roadmaps/cpp/content/101-setting-up/101-code-editors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/cpp/content/101-setting-up/101-code-editors.md b/src/data/roadmaps/cpp/content/101-setting-up/101-code-editors.md index d7184c82e..a4ed20253 100644 --- a/src/data/roadmaps/cpp/content/101-setting-up/101-code-editors.md +++ b/src/data/roadmaps/cpp/content/101-setting-up/101-code-editors.md @@ -6,7 +6,7 @@ Code editors are programs specifically designed for editing, managing and writin - **Sublime Text**: Sublime Text is a cross-platform text editor that is quite popular among developers due to its speed and minimalist design. It supports C++ with the help of plugins and has a variety of themes and packages available for customization. -- **CLion**: CLion is an Integrated Development Environment (IDE) developed by JetBrains specifically for C and C++ developers. It provides advanced features like code completion, refactoring support, debugging, and more. +- **CLion**: CLion is an Integrated Development Environment (IDE) developed by JetBrains specifically for C and C++ developers. It provides advanced features like code completion, refactoring support, debugging, and more. It's worth noting that CLion is a commercial IDE, and there is no community version available; users are required to purchase a license for usage. 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.