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
Based on the log it seems as if you attempted to trigger "go to definition" on line 13, character 40. That would likely correspond to the source value here:
source="terraform-aws-modules/eks/aws"
i.e. I'm guessing you wanted to open the 3rd party module in this case?
If so, this is a feature we are indeed planning to implement, but it has not been implemented yet.
When it does get implemented, it will more likely be implemented as "documentLink" rather than "go to definition", which may sound like an implementation detail, but there's a subtle difference between the two features in LSP. Go to definition would take you to a particular file & location within the file. In this case of a module there is neither of the two.
I'm not very familiar with NeoVim myself and so I'm unsure how much of a difference this will make for end-users, but I wanted to add this context.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
neovim - 0.7.0
terraform-ls - 0.25.2
terraform - 1.0.5
Trying to go to definition shows error:
terraformls: -32098: no reference origin found
:LspInfo shows the language server loaded properly - nothing unusual:
Log:
The text was updated successfully, but these errors were encountered: