Skip to content

Enhanced Query Editor (should be obvious and mandatory for all query editors) #1772

@pascalme

Description

@pascalme

The following improvements will be really appreciated for the query tabs. All these are more or less in other tools like the SSMS (SQL Server Management Studio) or even in Azure Document Studio (older tool but with a more advanced query editor).

  • Support the F5 key and/or CTRL-R to execute the query
  • Be able to execute the highlighted portion of the query : the user highlights a portion of the query and executes this portion only using F5 or CTRL-R
  • Be able to comment portion of query to ignore them. The user adds a "--" or "//" on a given ligne to comment it
  • Code coloring
  • Intellisense, at least for functions. Ideally for all keywords including the fields in json
  • Saving the context : the open queries and tabs should be saved to be able to retrieve them back on the next launch
  • Be able to save on disk the query text (very basic)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions