views:

55

answers:

1

I am a beginner in Compiler Engineering and I just want to know how to support IntelliSense.

A: 

You'll have to use reflection to generate documentation (XML is an option) that your IDE can pull from.

used2could