weekly icon indicating copy to clipboard operation
weekly copied to clipboard

【插件自荐】支持SparkSQL极好的IDEA、VS Code插件

Open camilesing opened this issue 1 year ago • 0 comments

名字:SparkSQL-Helper Name:SparkSQL-Helper

插件简介:一款支持SparkSQL(v3.5)语法检测,高亮,代码补全提示,重命名,Snippets,以及CodeFormat的两个插件,可以有效提升日常的开发效率,给你带来IDE般的体验。 Description: Help you efficiently and focus on SparkSQL development. support Spark SQL error grammar check, syntax highlighting, complete keywords, rename, find all references and code format, including user-defined functions. Bringing you an IDE like experience.

VS Code版本(同时还支持Hive)(support hive)

插件地址(Address):https://marketplace.visualstudio.com/items?itemName=CamileSing.hive-sql-helper

这里直接以HQL演示,SparkSQL也同样支持。

部分功能截图(Part feature show):

语法检测(Grammar Check):

expect_comma expect_semicolon

重命名(Rename):

refactorings

代码补全提示(Code Composal):

code_completion_proposal

格式化(Format):

format

Snippets:

alter_snippets create_snippets insert_snippets

代码查找(Find references):

find_all_references

show_references

IDEA版本

插件地址(Address):https://plugins.jetbrains.com/plugin/26079-spark-sql-helper

部分功能截图(Part feature show):

语法检测(Grammar Check):

error1_by_comment error2_by_comment2 error3_by_comment

重命名(Rename):

refactoring

代码补全提示(Code Composal):

completion

格式化(Format):

format

camilesing avatar Dec 17 '24 06:12 camilesing