Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code complete does not work if schema has spaces in column names #421

Open
carlineng opened this issue Feb 20, 2024 · 0 comments
Open

Code complete does not work if schema has spaces in column names #421

carlineng opened this issue Feb 20, 2024 · 0 comments
Assignees

Comments

@carlineng
Copy link
Contributor

What happens?

In VS Code "code complete" (Intellisense) does not seem to work if the schema has spaces in the column names. The autocomplete adds the value, but not the surrounding backticks

To Reproduce

Create a new source in FAA flights.malloy:

source: flights2 is flights extend {
  dimension:
    `The Month` is dep_time.month
}

Then write: run: flights2 -> { select: T and select the autocomplete option:
image

This results in:
image

OS:

mac OS

Malloy Client:

Local VS Code

Malloy Client Version:

v0.3.1708023985

Database Connection:

DuckDB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants