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

Author Topic: [newcomer] Auto completion  (Read 2764 times)

0 Members and 2 Guests are viewing this topic.

Brute

  • Newbie
  • *
  • Posts: 3
    • View Profile
[newcomer] Auto completion
« on: January 17, 2015, 09:20:49 pm »
Hi, I decided to learn SFML, I used gVim with youcompleteme engine for completion under linux and visual studio completion engine for development under windows (doesn't work with all libraries).

Currently on windows, what would be a good combination to make completion fully work? what setup do you guys use on windows? I don't care which IDE should I use, just want make auto completion fully work with SFML without the need to experiment too much.

For example I don't want completion stop working once I reach 5K lines of code (as usually is the case).

THANKS!

edit:
I forgot to mention...  prefering codeblocks and non-comercial solution, but if there is better solution then whatever. :)
« Last Edit: January 17, 2015, 09:31:36 pm by Brute »

Gambit

  • Sr. Member
  • ****
  • Posts: 283
    • View Profile
Re: [newcomer] Auto completion
« Reply #1 on: January 18, 2015, 03:49:47 am »
What do you mean by completion? Do you mean auto complete for function names and stuff? If so, for Windows, Visual Studio Express is free and you can release commercial products with it.

dabbertorres

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
    • website/blog
Re: [newcomer] Auto completion
« Reply #2 on: January 18, 2015, 06:49:24 pm »
Codelite is an IDE that doesn't get enough attention imo. It comes with a pretty good auto-completion engine. It works just fine on my current project (15k+ lines).
It comes with a bunch of default search paths for the engine, but, depending where you install SFML, you might have to add the path yourself. Works great for me.

And I believe for Visual Studio, the new Community Edition is now preferred over Express.

Brute

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: [newcomer] Auto completion
« Reply #3 on: January 19, 2015, 05:18:58 am »
Codelite is an IDE that doesn't get enough attention imo. It comes with a pretty good auto-completion engine. It works just fine on my current project (15k+ lines).
It comes with a bunch of default search paths for the engine, but, depending where you install SFML, you might have to add the path yourself. Works great for me.

And I believe for Visual Studio, the new Community Edition is now preferred over Express.

Thank you, according to your satisfaction with codelite I will definitely try it out!

Brute

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: [newcomer] Auto completion
« Reply #4 on: January 19, 2015, 05:20:33 am »
What do you mean by completion? Do you mean auto complete for function names and stuff? If so, for Windows, Visual Studio Express is free and you can release commercial products with it.

Thank you for response, Visual studio is absolutely great IDE but development with 3rd party libraries is not well supported by M$ and in most cases suck very bad.

Gambit

  • Sr. Member
  • ****
  • Posts: 283
    • View Profile
Re: [newcomer] Auto completion
« Reply #5 on: January 19, 2015, 07:34:02 am »
What do you mean? It works fine for everything I've used it for including SDL, SFML and Boost. It doesnt work well with GLEW though because the way that GLEW gets the OpenGL functions more or less breaks intellisense.

Rosme

  • Full Member
  • ***
  • Posts: 169
  • Proud member of the shoe club
    • View Profile
    • Code-Concept
Re: [newcomer] Auto completion
« Reply #6 on: January 19, 2015, 04:19:55 pm »
I'm quite curious which 3rd party you had problems with. Just like Gambit, except for GLEW, never had a problem.
GitHub
Code Concept
Twitter
Rosme on IRC/Discord

 

anything