Author Topic: Autocomplete missed by MSVC escapee!  (Read 2713 times)

Offline sipickles

  • Multiple posting newcomer
  • *
  • Posts: 19
Autocomplete missed by MSVC escapee!
« on: November 12, 2007, 02:24:27 pm »
Hi,

Am I right in thinking better autocomplete is a work in progress?

I love C::B but I'm missing the autocomplete power of MSVC.

Particularly, I need classes and namespaces to list their members, eg:

Code
// after second colon, a list of all include types in the boost namespace appears

boost::

// eg boost::shared_ptr

It seems to work well for local and global variables and defines etc

This post is just my vote for more autocomplete support for namespaces.

Thanks to all contributing to such an impressive project.

S
« Last Edit: November 12, 2007, 02:28:33 pm by sipickles »