Hi Team!
I’m having a few issues with Komodo 11 (11.0.1, on Windows 10 FCU), and I was hoping that you guys might have some suggestions or fixes. Just as general info, before I launch into it, I’m coding in PHP, with some HTML and JavaScript as needed.
The first issue that I’m having is that the “Go to Definition” option no longer works on any of my PHP functions. It worked perfectly in Komodo 9, it mostly worked in Komodo 10 (though it became 50/50 towards the end), but in Komodo 11 all I get is the message “Could not find definition”. It doesn’t matter if I’m working in a massive project, with thousands of files, or in a small project, with less than 100 files. In fact, even if the function is in the same file that I’m working in, it still says “Could not find definition”.
The next issue that I’m having has to do with using classes, in PHP. Anytime I use the -> operator, hoping that CodeIntel will pull up a list of the functions and variables in that object, I get nothing. This issue doesn’t happen when I’m working in the class itself, and using the $this-> variable, only when using an object of that class elsewhere in the project. Again, like the last issue, it worked fine in Komodo 10, but Komodo 11 gives me nothing. It kind of feels like this issue is related to the last one, almost like it’s having trouble scanning files or something.
And the last issue that I’m having is with CodeIntel suggestions when working in HTML. It often won’t give me the closing tag suggestion. So, for example, lets say that I’m coding a form, and I’m going to close that form, I type </
expecting that it’ll suggest </form>
for me. Instead, it doesn’t suggest anything at all…until I finally type </form>
myself. Right after I type the > at the end of it, then it finally suggests the </form>
tag. This issue isn’t that much of a big deal to me, but thought it worth mentioning, just in case.
Both of the first two issues are causing me to have to use the heck out of the find feature, when working in larger projects (which I’m happy to say that the find feature is working wonderfully well). However, having to do a full find search really hampers my work flow, so I was hoping that you guys might be able to help me out. If you need me to provide you with any additional information, I would be happy to do so.
Thank you!