mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Update entry on Cevelop
@PeterSommerlad asked me to update the entry on Cevelop.
This commit is contained in:
@@ -144,7 +144,7 @@ Both of these tools from [JetBrains](https://www.jetbrains.com/cpp/) offer some
|
|||||||
|
|
||||||
### Cevelop
|
### Cevelop
|
||||||
|
|
||||||
The [cevelop](https://www.cevelop.com/) IDE has various static analysis and refactoring / code fix tools available.
|
The Eclipse based [Cevelop](https://www.cevelop.com/) IDE has various static analysis and refactoring / code fix tools available. For example, you can replace macros with C++ `constexprs`, refactor namespaces (extract/inline `using`, qualify name), and refactor your code to C++11's uniform initialization syntax. Cevelop is free to use.
|
||||||
|
|
||||||
### Qt Creator
|
### Qt Creator
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user