Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Intellisense not working right with SFML (VS 2017)  (Read 1520 times)

0 Members and 1 Guest are viewing this topic.

luhanmacedo

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Intellisense not working right with SFML (VS 2017)
« 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?
« Last Edit: December 22, 2017, 03:14:10 pm by luhanmacedo »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10988
    • View Profile
    • development blog
    • Email
Re: Intellisense not working right with SFML (VS 2017)
« Reply #1 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.



Wrote some simple example code and Intellisense always worked fine. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

luhanmacedo

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: Intellisense not working right with SFML (VS 2017)
« Reply #2 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.



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.

 

anything