Greasy Fork is available in English.

LeetCode SQL Autocomplete

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

Från och med 2026-04-21. Se den senaste versionen.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

Upphovsman
linyisu
Betyg
0 0 0
Version
1.1.0
Skapad
2026-04-21
Uppdaterad
2026-04-21
Size
10,9 KB
Licens
MIT
Gäller för

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

功能

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

使用方法

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