codelite has this ability too, but it was never tested properly.garfield wrote:. VS import.
codelite implemented something similar to VS smart tips (a tree-tip) with auto-dereferencing which actually works. I debug codelite with codelite all the time - and it simply works.garfield wrote:- working tooltips! Really! If I cannot select an expression, hover over it, and see the value, Im better of writing just a cout or whatever and forget about it. (I dont need Watches *that* much if I have working tooltips at any time... I really cant remember using Watches at all "back in the VS days" - only tooltips )
You will find codelite code-completion working. in the next release (coming out in 1-2 days) code completion was improved *a lot* it interprets STL iterators (map, vector, list, set etc) very well and AFAIK, beside KDevelop4, I think it is the only open source IDE that actually provides code-completion for the STL templates (I also tested Qt templates and boost - both are working)garfield wrote:3. Code completion and hinting that actually *works* (again acroooss the board, not for screencast).
Obviously, there are still things that needs improvments, and if you will follow the svn commit you will that codelite improves on a daily basis.
I strongly suggest that you use SVN version of codelite.
Eran