This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IntelliSense in MDK

Hello

Is the code IntelliSense supported in MDK?

Think about the IntelliSense in Microsoft Visual Studio or Eclipse IDE, they can speedup typing code, avoid typing errors.

Thanks.

Parents
  • I saw this link, but it is not what I want.

    Think about that I defined some "long" macros somewhere in a big project, when I want to use that macro, I need to type the full name of that macro, sometimes I can't remember it exactly, I'd like to type just one or two characters, then MDK display a dropdown list, then I can select the macro easily.

    I don't think MDK has this feature, Is it possible to write a plugin/extension for MDK? so maybe I can try to implement this by myself.

Reply
  • I saw this link, but it is not what I want.

    Think about that I defined some "long" macros somewhere in a big project, when I want to use that macro, I need to type the full name of that macro, sometimes I can't remember it exactly, I'd like to type just one or two characters, then MDK display a dropdown list, then I can select the macro easily.

    I don't think MDK has this feature, Is it possible to write a plugin/extension for MDK? so maybe I can try to implement this by myself.

Children