Autocompletion in C for "this"-Tag
Posted: Tue Nov 02, 2010 12:14 pm
Hi,
is it possible to get the autocompletion for the keyword "this" in a program written in C ?
f.e.
is there a way to get the completion for the structure from "this"?
Greetz tingel2k
is it possible to get the autocompletion for the keyword "this" in a program written in C ?
f.e.
Code: Select all
void stupid_func( struct coolstruct * this ){
this->coolness = 5 ;
this->stupidity = 0xff;
}
Greetz tingel2k