Logo
Explore Help
Sign In
itdominator/Python-With-Gtk-Template
Template
1
0
Fork 0
You've already forked Python-With-Gtk-Template
Code Issues Pull Requests Projects Releases Wiki Activity
Files
6cb66985aa190a645ff5a221cee1331af4d77393
Python-With-Gtk-Template/plugins/code/ui/lsp_manager/handlers/python.py

13 lines
216 B
Python
Raw Normal View History

refactor(lsp): restructure lsp plugin controller architecture and simplify provider cache - Replace LSPManager usage with LSPController integration - Move UI access through lsp_controller.lsp_manager_ui - Remove legacy ProviderResponseCache client management - Simplify completion filtering and matcher handling - Improve typing annotations and modernize union syntax - Clean up unused imports and dead code - Fix completion item parsing for insertText/textEdit fallbacks - Add async-safe scrolling via GLib.idle_add
2026-03-11 23:15:19 -05:00
# Python imports
# Lib imports
# Application imports
from .default import DefaultHandler
class PythonHandler(DefaultHandler):
"""Uses default handling, can override if Python needs special logic."""
...
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API