Our coding standard require to insert after type name on variable/field declaration:
struct A {
size_t/*TAB here*/fsize;
size_t/*and I try to type it here*/
};
When I type size_t autocompletion window pops up, and starts choose of variants, and I don't get how to insert just itself.
Can you help me?
Our coding standard require to insert after type name on variable/field declaration:
When I type
size_tautocompletion window pops up, and starts choose of variants, and I don't get how to insert just itself.Can you help me?