Currently, only rename is mentioned under the [features tab](https://clangd.llvm.org/features). Should we include other implemented refactoring features like inline/ extract variables? Related: https://github.com/clangd/clangd/issues/446#issuecomment-653759209 Besides inline/ extract variables, refactoring functionalities under [clangd/refactor/tweaks](https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd/refactor/tweaks) is barely documented. Is this intended?