A userscript that automatically injects table names and column names into the LeetCode SQL editor.
- 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, andplaintext
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.