Go to (local) module implementation from source
#669
Labels
enhancement
New feature or request
modules
Functionality related to the module block and modules generally
terraform-ls
Features/bugs which will be implemented/fixed purely on the LS side
Milestone
Problem Statement
When users edit local modules they might benefit from being able to jump between those modules from a place where they're called to the source code.
For example in a configuration like this
It should be easy to open
./foo-submodule
in the editor.User Impact
Any users which use local modules would benefit.
Expected User Experience
Go To Definition
https://code.visualstudio.com/docs/editor/editingevolved#_go-to-definition
Proposal
source
terraform-ls#558Blocking Question
Explore the UX implications of "Go To Declaration" also and see if that can/should be implemented too.
The text was updated successfully, but these errors were encountered: