Get Involved/development/IDE configuration: Difference between revisions
< Get Involved | development
(Moved vscode content to its own page) |
(Add kate page) |
||
Line 7: | Line 7: | ||
Some popular choices are (in no particular order): | Some popular choices are (in no particular order): | ||
* Kate - KDE's advanced text editor | * [[Get_Involved/development/IDE_configuration/Kate|Kate]] - KDE's advanced text editor | ||
* [[Get_Involved/development/IDE_configuration/KDevelop|KDevelop]] - KDE's own IDE | * [[Get_Involved/development/IDE_configuration/KDevelop|KDevelop]] - KDE's own IDE | ||
* [[Get_Involved/development/IDE_configuration/Qt_Creator|Qt Creator]] - By the Qt Project, strong integration with UI design and creation | * [[Get_Involved/development/IDE_configuration/Qt_Creator|Qt Creator]] - By the Qt Project, strong integration with UI design and creation |
Revision as of 16:20, 11 September 2022
Setting up an IDE for KDE Development
There are many available choices for code editors and Integrated Development Environments (IDEs).
Some popular choices are (in no particular order):
- Kate - KDE's advanced text editor
- KDevelop - KDE's own IDE
- Qt Creator - By the Qt Project, strong integration with UI design and creation
- Visual Studio Code - Popular, customizable, support for many programming languages
The choice is often a personal preference, here we list some instructions and tips on getting editors and IDEs working well with KDE projects.