microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

no intellisense for datefromparts function #25921

Open gfody opened 2 months ago

gfody commented 2 months ago

Steps to Reproduce:

  1. new query
  2. type select datefromparts(

here's a recording of me trying ctrl+shift, ctrl+shift+space, and clicking around trying to trigger an intellisense tip: screen3

expected behavior from ssms: screen2

Does this issue occur when all extensions are disabled?: Yes

maybe related: #20555