LeetCode SQL Autocomplete

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

As of 21.04.2026. See ბოლო ვერსია.

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!)

ავტორი
linyisu
რეიტინგი
0 0 0
ვერსია
1.1.0
შექმნილია
21.04.2026
განახლებულია
21.04.2026
Size
10,9 KB
ლიცენზია
MIT
გამოყენებს მათ

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

功能

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

使用方法

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