Page 1 of 1

Compiler and IntelliSense

Posted: Sat Mar 16, 2019 12:47 am
by Deouss
I work with some nice editor that could be used as very basic GUI for development
The only thing that would make the stuff easier would be to add intellisense to it because I have a full source code
So my question is - where are the necessary symbols for classes and methods?
What do I need to do that and what are the best steps?
Does the compiler or linker have such options to output all methods and references as some form of text file or xml?
I have never done it so maybe someone could help
Thanks