How to get Eclipse's Content Assist with Strings and Streams
Posted: Sat Oct 10, 2009 3:45 pm
From information in a previous thread I managed to get Eclipse's Content Assist feature working with some parts of the STL.
However, today I was working with streams and strings and content assist doesn't work. The same project still works fine with vectors. Does anyone know what the trick is for getting it to work on streams and strings. I can manually type everything and it compiles and runs fine I just don't get any suggestions for any members.
(If you are interested in how to get the STL pieces like vector working, I wrote the results up in a blog entry here: http://syncor.blogspot.com/2009/08/gali ... d-stl.html
However, today I was working with streams and strings and content assist doesn't work. The same project still works fine with vectors. Does anyone know what the trick is for getting it to work on streams and strings. I can manually type everything and it compiles and runs fine I just don't get any suggestions for any members.
(If you are interested in how to get the STL pieces like vector working, I wrote the results up in a blog entry here: http://syncor.blogspot.com/2009/08/gali ... d-stl.html