Back to browse
GitHub Repository

A plugin to go to the implementation of an abstract method

4 starsLua

Nvim plugin to jump to concrete interface implementation for Python

by sigfriedcub1990·Apr 10, 2026·1 point·0 comments

AI Analysis

●●SolidNiche GemSolve My Problem

Fills a real gap that pyright and basedpyright don't cover for ABC navigation.

Strengths
  • Handles complex ABC inheritance patterns including Generic[T] type parameters
  • Respects .gitignore and offers fzf-lua picker with live file preview
  • Works with multi-line method signatures, cursor on def or any parameter line
Weaknesses
  • Narrow audience limited to Neovim users writing Python with ABCs
  • Zero stars and forks suggests very early adoption and untested at scale
Target Audience

Python developers using Neovim

Similar To

pyright · basedpyright

Post Description

I vibecoded this little experiment so I can navigate my Python projects easily. I made this because, currently, pyright or basedpyright, don't have this functionality.

Similar Projects