Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
GCCSense is quite good!
ollydbg:
Hei, guys, I found another codecompletion tool, this is much like the Clang's codecompletion model. But it is based on GCC
http://cx4a.org/software/gccsense/index.html
screen shot here:
http://cx4a.org/software/gccsense/manual.html
http://gcc.gnu.org/ml/gcc/2010-04/msg00433.html
:D :D
hope some brave guys can help cc to improve it's precise suggestion list.
killerbot:
this might be very interesting, since now and for sure in the future we will need the compilers information (for example the auto keyword, where the compiler will determine the actual type of the variable).
MSVC also uses its compiler for the intellisense.
Jenna:
The proble I see is, that it uses it's on gcc-derivate (if I see it correctly) and that it is not (yet) available for windows.
oBFusCATed:
The problems with this one is that it is a 'proof of concept' project and lots of works should be done before it is usable in production...
ollydbg:
--- Quote from: oBFusCATed on December 05, 2010, 05:56:36 pm ---The problems with this one is that it is a 'proof of concept' project and lots of works should be done before it is usable in production...
--- End quote ---
after I just review the patch here:http://gcc.gnu.org/ml/gcc/2010-04/msg00433.html
I totally agree oBF's comment. :D
currently, Clang is still the best candidate. but ... too complex and hard for me.
Navigation
[0] Message Index
[#] Next page
Go to full version