Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: jixiangqd on April 20, 2011, 05:41:54 pm
-
With using Code::Blocks I find that Code Complete cannot help me to convert "." to "->" while before it there is a pointer.
But in VC with Visual Assist X, it can be done automaticly.
Or,can it be done with some settings?Help me do the setting!Thank you!
P.S:I'm using the newest nightly release!
-
No such setting here, and We have discussed this kind of conversion before. You can search the forum, and there are many objections.
PS: unless CC will do a Full parse like a compiler, we can't get full precise type information of a variable. Even Visual Assist will report some fake errors, Visual assist's parser is quite good though.
-
No such setting here, and We have discussed this kind of conversion before. You can search the forum, and there are many objections.
PS: unless CC will do a Full parse like a compiler, we can't get full precise type information of a variable. Even Visual Assist will report some fake errors, Visual assist's parser is quite good though.
Thanks for your answer.