Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Hyena on April 06, 2020, 09:51:04 am

Title: CB v20.03: Autocompletion fails inside lambdas
Post by: Hyena on April 06, 2020, 09:51:04 am
In the screenshot the cursor is behind `obj->` and I would expect the autocompletion to suggest me methods from the OBJECT class. However, since this is done from within the definition of an inline lambda function the autocompletion fails to give me any suggestions.
Title: Re: CB v20.03: Autocompletion fails inside lambdas
Post by: oBFusCATed on April 06, 2020, 10:00:20 am
Then don't use lambdas  8)