SFML community forums

Help => General => Topic started by: luhanmacedo on December 22, 2017, 02:10:09 pm

Title: Intellisense not working right with SFML (VS 2017)
Post by: luhanmacedo on December 22, 2017, 02:10:09 pm
I'm trying to develop my first game which is a Pong, the problem is even with everything set right, and working, my intelisense always stop working with sfml, I re-did the whole process of setting up the sfml in a project 3 times already, and it still stopping work suddenly. I try to access, for example:
sf::RectangleShape player;
player.(members)

the members doesn't appear, and sometime the namespace sf doesn't even show the members which it contains.
There is something I can do? Maybe should I change the IDE?
Title: Re: Intellisense not working right with SFML (VS 2017)
Post by: eXpl0it3r on December 22, 2017, 08:31:35 pm
Works fine for me. Sounds like either your setup is wrong or your VS installation has some issues.

(https://i.imgur.com/N2t7vxu.png)

Wrote some simple example code and Intellisense always worked fine. :)
Title: Re: Intellisense not working right with SFML (VS 2017)
Post by: luhanmacedo on December 22, 2017, 09:47:52 pm
Works fine for me. Sounds like either your setup is wrong or your VS installation has some issues.

(https://i.imgur.com/N2t7vxu.png)

Wrote some simple example code and Intellisense always worked fine. :)
I did atualize my video card driver with a newer version, and I did uninstall Avira, for now seems it works fine. thanks for the answer.