Yes, I realize they're not in the early access beta. Just thought I'd document this in case it points at a bug.
INSERT INTO #Location .. generates squigglies with SQL syntax error as a tooltip
SELECT ... FROM #Location ... generates squigglies with SQL syntax error as a tooltip
DROP TABLE #Location (yeah, I know I don't HAFTA with #) generates squigglies with SQL syntax error as a tooltip
All as expected....but...
CREATE TABLE #Location (...) does not. All is fine. It comes before these two. No squigglies.
INSERT INTO #Location .. generates squigglies with SQL syntax error as a tooltip
SELECT ... FROM #Location ... generates squigglies with SQL syntax error as a tooltip
DROP TABLE #Location (yeah, I know I don't HAFTA with #) generates squigglies with SQL syntax error as a tooltip
All as expected....but...
CREATE TABLE #Location (...) does not. All is fine. It comes before these two. No squigglies.