I understand that for C++ scope-completion is more relevant, and for that I can understand the idea as you often do ClassName:: or this->

I have to correct you there, as my edit above said, C++ programmers almost never do this-> (grep Scintilla source if you don't believe me), scope completion is not more relevant to C++, member names are most often not qualified. Please forget the Python idea of self.xxx, it does not apply to C++.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3269/c1232566101@github.com>