dt-sql-parser icon indicating copy to clipboard operation
dt-sql-parser copied to clipboard

[Feature Request]: 希望可以取消不需要的关键字

Open wonghan opened this issue 4 months ago • 1 comments

Topic

Enhance existing features

Which SQL?

ALL

Description

推荐关键字的时候,会推荐非常多的关键字,但是一般都是不需要的关键字,希望可以自定义取消

比如:

select * from xxx  
  1. 此处一般会写 where ,但是关键字推荐却推了很多不常用的关键字 Image

  2. 此处不应该写 select,但是此处还是推荐了 select Image

wonghan avatar Jun 25 '25 09:06 wonghan