LeetCode SQL Autocomplete

通过 Monaco CompletionItemProvider API 注册表名/列名

Verze ze dne 21. 04. 2026. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
linyisu
Hodnocení
0 0 0
Verze
1.1.0
Vytvořeno
21. 04. 2026
Aktualizováno
21. 04. 2026
velikost
10,9 KB
Licence
MIT
Spustit na

一个为力扣 SQL 题目的编辑器注入表名和列名的自动补全功能的插件。

功能

  • 自动从题目描述中获取表名和列名,注入编辑器提词框
  • 列名旁内联显示字段类型(如 intvarchar
  • 提示常用 MySQL 关键字;根据输入自动适配大小写
  • 同时支持 leetcode.cnleetcode.com

使用方法

打开任意力扣 SQL 题目,在编辑器中输入时,题目中的表名和列名会自动出现在补全列表中。