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
With β2 = T(2) the .<TAB> correctly autocompletes to β2.x, as in 1.9.
The text was updated successfully, but these errors were encountered:
pablosanjose
changed the title
β.<TAB> fails in 1.10+ for variables ending with a Unicode character.<TAB> autocomplete fails in 1.10+ for variables ending with a Unicode character
Oct 2, 2023
In v1.10+, using
.<TAB>
to find a variable's field names errors if the variable name ends in a Unicode character.Demo
With
β2 = T(2)
the.<TAB>
correctly autocompletes toβ2.x
, as in 1.9.The text was updated successfully, but these errors were encountered: