# listtosql **Repository Path**: mirrors/listtosql ## Basic Information - **Project Name**: listtosql - **Description**: listtosql 是一个简单的 Visual Studio Code 扩展,用来将一组字符串列表转成以逗号分隔的表达方式,以便在 SQL 语句中使用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/listtosql - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 0 - **Created**: 2019-05-17 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: vsc-plugins **Tags**: None ## README # Install today [Find the extension here on the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=reZach.listtosql). # Features Converts any list of values into a comma-separated SQL list (enclosed by parentheses). ![](./images/animation.gif) # Extra features - Select a line with no text? Do not worry, this extension excludes any empty value from the output. - Elements with single quotes `'` will be escaped automatically. - For selections of greater than 1000 elements/rows, the extension will automatically create groups containing 1000 elements each. - You have an option of rendering the output in a vertical form (`List to SQL (vertical)`).