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
It seems to be behaving strangely with the new 0.12 syntax. Perhaps in the past it made sense to start completing as soon as "${ was typed, however now with 0.12 it's strange to show completions as soon as [ is typed for variable assignment. (variable = [ starts showing all completions)
Is there a reason interpolation bypasses the minimum prefix length?
emacs-company-terraform/company-terraform.el
Line 173 in 2d11a21
It seems to be behaving strangely with the new 0.12 syntax. Perhaps in the past it made sense to start completing as soon as
"${
was typed, however now with 0.12 it's strange to show completions as soon as[
is typed for variable assignment. (variable = [
starts showing all completions)I propose changing it to:
The text was updated successfully, but these errors were encountered: