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
#639 introduced namespaced functions. While exploring what's required to support this in terraform-ls, I discovered that the NameRange for function call expressions with the new syntax seems to be off.
#639 introduced namespaced functions. While exploring what's required to support this in terraform-ls, I discovered that the
NameRange
for function call expressions with the new syntax seems to be off.Test Code
Output
Thus, the name range contains only the first part of a namespaced function call, rather than the entire expression up to the opening parenthesis.
The text was updated successfully, but these errors were encountered: