Give me an idea for an addon!

I feel like I want to run a contest on the forums. If you have something on your mind that you want to see in Komodo via an add-on - feel free to write your idea in this topic.

Though there are some restrictions due to mine knowledge:

  • nothing related to new languages;
  • nothing related to code intelligence.

I’ll pick an idea from this topic on the next week and implement it :slight_smile:

I hope to see your ideas there :wink:

Late reply cause as you know I’m on vacation, but:

  • Recent Files Commando Scope
  • Encoding Inspector (see unicode values of character under caret)
  • New Sharing Sources (eg. pastebin)
  • jsbin-like interface in Komodo to quickly test code
1 Like

Thanks for ideas! Recent files scope and encoding inspector sounds interesting. I’ll look into them first. Jsbin like pane also sounds nice and some new sharing sources could be appreciated by our users, so it will be implemented as well. :sunglasses:

I’d love to see something to integrate with popular PHP frameworks, just like phpstorm does.
Examples of such frameworks: Symfony, Zend Framework, Laravel

I haven’t used PHPStorm. What kind of integrations does it have?

For example:

  • when you recall a service from the service container, it reads the matching PHP class and performs autocompletion on resulting variable
  • it links twig templates when referred in other templates and/or in controllers
  • it links translations, where found in templates
  • it reads routes from project router and autocomplete router names, where appropriate
1 Like

Somehow I missed your answer, though I’m not an expert in autocomplete stuff and I don’t know how to implement your requests, sorry.

I would like an addon to make database explorer more useful like a database client, just like these ideas: Database Explorer ideas

Database explorer in Komodo is not really integrated with code editor, they work separately, I think is a good idea to integrate them.

1 Like

That would involve writing logic for code intelligence. (auto-completions and everything). I might try though. However, because the Database Explorer is an IDE-only feature, I think I could make the add-on an IDE-only thing :slight_smile:
This applies to the ideas of @garakkio. I’m not an expert in Codeintel code and if there will be a big difference in the code I have to write for the Edit version and for the IDE version, I think I’ll go with the IDE-only as well.

1 Like

I would advice waiting to Komodo 11.1 for that. Komodo 11 will have the new codeintel and we hope to have it ready for addons by 11.1. (It’ll support addons for 11, but only to a limited degree).

2 Likes