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
When editing or creating a new resource, I frequently need to go to the terraform docs. This generally involves going to my browser URL bar, starting to type aws terraform $resource name. I would like to have a link hard coded to the documentation for the resource or data object in the editor pop up, which appears when mousing over a resource or data object.
Attempted Solutions
N/A
Proposal
This pop up appears when I mouse over the resource. Currently, not very much information is provided aside from the fact that this object is a resource, and the provider version. I think seeing a link to the latest terraform documentation would be very helpful. This should be feasible considering that there is no version hardcoded in the link to the documentation
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.
Current Version
Use-cases
When editing or creating a new resource, I frequently need to go to the terraform docs. This generally involves going to my browser URL bar, starting to type aws terraform $resource name. I would like to have a link hard coded to the documentation for the resource or data object in the editor pop up, which appears when mousing over a resource or data object.
Attempted Solutions
N/A
Proposal
This pop up appears when I mouse over the resource. Currently, not very much information is provided aside from the fact that this object is a resource, and the provider version. I think seeing a link to the latest terraform documentation would be very helpful. This should be feasible considering that there is no version hardcoded in the link to the documentation
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group
Related LSP methods
Unsure. Sorry.
References
The text was updated successfully, but these errors were encountered: