·using-python-lsp
</>

using-python-lsp

Da utilizzare quando si lavora con il codice Python e il plugin pyright-lsp è abilitato: per trovare riferimenti, controllare tipi, esplorare definizioni o verificare la correttezza del tipo

13Installazioni·0Tendenza·@mhagrelius

Installazione

$npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp

Come installare using-python-lsp

Installa rapidamente la skill AI using-python-lsp nel tuo ambiente di sviluppo tramite riga di comando

  1. Apri il terminale: Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.)
  2. Esegui il comando di installazione: Copia ed esegui questo comando: npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp
  3. Verifica l'installazione: Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Fonte: mhagrelius/dotfiles.

The pyright-lsp plugin provides semantic code intelligence for Python. Use LSP tools instead of grep/read when you need semantic accuracy - LSP understands Python's type system, inheritance, and symbol relationships.

| Find all callers of a method | findReferences | Grep for method name | | Get function return type | hover | Read file + parse | | Jump to definition | goToDefinition | Grep + Read | | Check type errors | getDiagnostics | Run mypy/pyright CLI | | View file structure | documentSymbol | Read entire file |

| Grep for symbol before rename | Text search misses method calls through aliases, inheritance | Use findReferences | | Read entire file for one type | Wastes context, slow | Use hover | | Run mypy after every change | Slow, requires external tool | Use getDiagnostics |

Fatti (pronti per citazione)

Campi e comandi stabili per citazioni AI/ricerca.

Comando di installazione
npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp
Categoria
</>Sviluppo
Verificato
Prima apparizione
2026-02-01
Aggiornato
2026-03-10

Browse more skills from mhagrelius/dotfiles

Risposte rapide

Che cos'è using-python-lsp?

Da utilizzare quando si lavora con il codice Python e il plugin pyright-lsp è abilitato: per trovare riferimenti, controllare tipi, esplorare definizioni o verificare la correttezza del tipo Fonte: mhagrelius/dotfiles.

Come installo using-python-lsp?

Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Dov'è il repository sorgente?

https://github.com/mhagrelius/dotfiles