2

I want to make a plugin for kate, to support autocompletion of python using pysmell. I don't know where to start and how hard it will be.

As far as I know, kate supports scripting with javasccript, which is ok for me, but I can't find any good documentation on it and how far it can get, if it is possible to source pysmell tags.

If anyone has any idea or is interested in this, let me know!

There is already autocompletion support in Kate, only if I could source Pysmell tags. That would be cool.

Daniel Fischer
  • 181,706
  • 17
  • 308
  • 431
Phyo Arkar Lwin
  • 6,673
  • 12
  • 41
  • 55
  • 1
    Not a direct answer to your question, but just to let you know, PyDev is a free plugin for Eclipse that provides auto completion. – Icemanind Jul 22 '11 at 21:19
  • I used Pydev for many years already , it become so much work when i just need to edit a few file . Also when project getting bigger and bigger, it uses so much memory and becomes harder to manage. – Phyo Arkar Lwin Jul 22 '11 at 21:21

1 Answers1

2

I want to do this. I think that it will be implemented in January of 2012. I have other plugins, it's posible that it help you

https://github.com/goinnn/Kate-plugins

Goin
  • 3,856
  • 26
  • 44