5

I've been trying out Komodo IDE 6 for the last few days. I've always liked Komodo but I'm starting to get annoyed by something:

The autocomplete is way too slow/buggy.

Certain variables just won't give any autocomplete tips. Sometimes you have to backspace the dot and try over and over again.

It also has a hard time giving autocomplete info for an object that has been created using a class in a namespace.

Has anyone else had any problems with these things? Are there any better alternatives?

Jelle De Loecker
  • 20,999
  • 27
  • 100
  • 142

1 Answers1

0

Use JSDoc to add custom autocomplete calltips.

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
  • Adding JSDoc comments really helped. I even made a dummy file containing object layouts I could reference later on, and Komodo would autocomplete them perfectly. A shame it doesn't do the same for node.js – Jelle De Loecker Feb 15 '13 at 19:45
  • 1
    Cool. You can add it to the [Komodo Edit wiki](https://en.wikibooks.org/wiki/Komodo_Edit) for future reference. – Paul Sweatte Feb 15 '13 at 21:38