Author Topic: autocomplete questions  (Read 2593 times)

Offline mike.perreman

  • Single posting newcomer
  • *
  • Posts: 4
autocomplete questions
« on: January 30, 2018, 09:10:21 pm »
Hello! Ive been looking for this answer, or how to turn this option on, but when im typing
Code
#include "MyC
is there any way to get a suggestion for "MyClass"? like how the autocomplete works for code, but for the includes. When I type '#', I get a list of potential endings, like #elif, #endif, etc. Im sure there is a way, but I cant find it. Or, am I mistaken, is this just simply not possible?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: autocomplete questions
« Reply #1 on: January 31, 2018, 12:14:23 am »
Is Settings -> Editor -> Code completion -> Code completion -> Enable headers code-completion checked?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline mike.perreman

  • Single posting newcomer
  • *
  • Posts: 4
Re: autocomplete questions
« Reply #2 on: January 31, 2018, 02:16:14 pm »
Yes it is

Offline Quiss

  • Multiple posting newcomer
  • *
  • Posts: 76
Re: autocomplete questions
« Reply #3 on: January 31, 2018, 02:52:05 pm »
You created a project and "MyClass.h" added to it, right?

Offline mike.perreman

  • Single posting newcomer
  • *
  • Posts: 4
Re: autocomplete questions
« Reply #4 on: January 31, 2018, 06:32:00 pm »
freaky, its working now, but I changed no settings...