BigQuery - Intellisense for fields enters fully-qualified name but doesn't show it.
When you have tables that have same columns, intellisense looks like the following:
I haven't added FROM clause yet hence it shows me both (that's good though not always, sometimes it shows both even if I have FROM clause with specified table) but:
1. I don't know which one to select because I can't see the table in the list
2. After selecting, it adds table + column to the SELECT, which may not be necessary
It would be great to be able to configure it
Please sign in to leave a comment.
Hi Dawid,
See if it helps to set the following option to “Always” (and other options too if needed):
Thank you, that helps!