0

I am using Komodo Edit 7.1 to write C code, but it won't autocomplete function names or macros that are declared in included header files, even if they're in the same directory, even if I have them open. What is required to get Komodo Edit to incorporate C header files into its Code Intelligence?

detly
  • 29,332
  • 18
  • 93
  • 152

1 Answers1

0

Use Python to create a lexer using the following resources:

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265