Skip to content

B1naryStudio/npp_pyjedi

Repository files navigation

npp_pyjedi

Notepad++ plugin to wrap Jedi features

It uses patched DFPN++ library (http://www.cab.i24.cc/projects/npppluginbase/) to communicate with Notepad++ and Python Jedi library (http://jedi.jedidjah.ch) to analize sources. Implemented features: auto-complete, go to definition, search usages, show function call signature hint, show docstring hint on mouse hover.

Written in Delphi XE2. Compilation required "superobject" (https://code.google.com/p/superobject/) and "Python for Delphi" (https://github.com/pyscripter/python4delphi) libraries.

Using it requires Python (x64 installation will not work) with installed Jedi (e.g. pip install jedi). To install put release\pyjedi.dll to Npp plugins folder.

About

Notepad++ plugin to Python autocomplete

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages