tigersoldier / company-lsp

Company completion backend for lsp-mode
GNU General Public License v3.0
251 stars 26 forks source link

Remove adding additional TextEdits on completion #102

Closed kvaneesh closed 5 years ago

kvaneesh commented 5 years ago

It would be nice to get a configuration variable that indicates whether applying additional TextEdits on completion is useful or not. With clangd completion results in adding new includes to the top of the file and that always result in compile error for me.

tigersoldier commented 5 years ago

This is reasonable. I'll add an option to control it. The default behavior is on but you can turn it off.