Gantt: list issues in calender view, grouped by milestones
News: announce new, latest ones will show up on overview page
Wiki
Repository
Integrated Development Environment (IDE)
Requirements
code handling
syntax highlighting
code completion
(context-sepcific)
code navigation
finding files
finding definitions
folding
version control
development
project config management
compiling from editor
navigation to errors
online syntax checking
integrated debugging
set + visualize breakpoints
evaluate expressions
code coverage analysis
profiling
Options
kate
qtcreator
Visual Studio code
geany
NetBeans
eclipse
emacs cedet+ecb
vim / gvim
Comparison
kate
qtcreator
geany
emacs
gvim
highlighting
x
x
x
x
x
completion
x
(x)
p
p
file browser
x
x
x
p
p
methods browser
x
x
p
p
folding
x
x
x
p
p
refactoring
x
p
project mgmt
x
x
p
?
version control
x
p
p
p
compilation
x
x
x
p
syntax check
x
p
debugging
x
p
x
p
Suggestions
C/C++: Visual Studio code, qtcreator, or clion
Code is highly customizable via a multitude of plugins.
qtcreator is highly optimized for C++ development and natively supports Qt's signals+slots.