Skip to content

Not able to get IntelliSense to provide either table names or column names #18451

Open
@Mrugendra27

Description

@Mrugendra27
  • MSSQL Extension Version: v1.26.0
  • VSCode Version: 1.95.3
  • OS Version: Windows 11 24H2 Enterprise

Steps to Reproduce:

  1. Establish SQL Server Connection - either by choosing Connect under the connection or by choosing ">MS SQL: Connect" from the command pallet.
  2. Right click the connection and select "New Query"
  3. Start typing query, for example:
    a. SELECT * FROM dbo. at this time, expect a list of tables to appear, but do not
    Image
    or
    b. bring cursor after "SELECT" in the following query and press ctrl+enter; expect to see a list of columns appear, but do not.
    SELECT FROM dbo.VALID_TABLE
    Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions