I’m using ST4 and LSP (clang) for c++. Is there a way to change . to -> for pointers automatically?
For example, when autocomplete finishes, it can change a.b to a->b automatically.
I’m using ST4 and LSP (clang) for c++. Is there a way to change . to -> for pointers automatically?
For example, when autocomplete finishes, it can change a.b to a->b automatically.