xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

Add supports for conversion of dots to arrows for pointers! #593

Open kidsfreej opened 2 years ago

kidsfreej commented 2 years ago

The C plugin for VSCode has a very nice feature. When you use a dot on a pointer to a struct/class, it will automatically convert the dot to an arrow when you select one of the drop downs.

At support for this please!