Skip to content

linyisu/leetcode-sql-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

LeetCode SQL Autocomplete

A userscript that automatically injects table names and column names into the LeetCode SQL editor.

中文

Features

  • Automatically extracts table and column names from the problem description and injects them into the editor's completion provider
  • Inline type hints next to column names (e.g. int, varchar)
  • Suggests common SQL keywords and MySQL-flavored functions; automatically adapts casing based on your input
  • Supports LeetCode SQL editors across mysql, pgsql, postgresql, mssql, oraclesql, and plaintext

Installation

Install from GreasyFork

Usage

Open any LeetCode SQL problem. As you type in the editor, table and column names from the problem description will automatically appear in the completion list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors