Show HN: Nvim plugin to jump to concrete interface implementation for Python
Category: devtools
Tags: neovim-plugin, python-development, code-navigation
Score: 6.5/10 (Innovation: 5, Technical: 7, Documentation: 8, Utility: 6)
A Neovim plugin that enables developers to instantly jump to all concrete implementations of Python abstract methods from their cursor position. It's interesting because it combines tree-sitter parsing with project-wide scanning to solve a specific IDE navigation problem that's particularly challenging in Python's dynamic type system.
Target audience: backend devs
Repository: https://github.com/sigfriedCub1990/nvim.py_gti ยท Lua
View on Hacker News