Skip to content

clang: Use DocumentChangeSet for code completion to allow auto-formatting

Amish Naidu requested to merge anaidu/kdevelop:change-set into master

Instead of directly inserting text, doing it through DocumentChangeSet will automatically format it using the project's selected formatter.

Edited by Amish Naidu

Merge request reports