You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting a namespace from the predicted drop-down menu, the initial period is removed from the text. See examples below.
// a table called .my.table
// typing below results in option for .my and also .my.table .m
// select .my.table returns my.table
// likewise typing .my.ta
// choose .my.table from drop-down returns my.table
The text was updated successfully, but these errors were encountered:
swifty162
changed the title
Namespace Auto-Fill Bug
Namespace Code Completion Bug - Drops First Period
Nov 20, 2021
When selecting a namespace from the predicted drop-down menu, the initial period is removed from the text. See examples below.
// a table called
.my.table
// typing below results in option for .my and also .my.table
.m
// select .my.table returns
my.table
// likewise typing
.my.ta
// choose .my.table from drop-down returns
my.table
The text was updated successfully, but these errors were encountered: