Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click on resource and have it take you to the TF docs #6

Open
StevenR152 opened this issue May 9, 2020 · 2 comments
Open

Click on resource and have it take you to the TF docs #6

StevenR152 opened this issue May 9, 2020 · 2 comments

Comments

@StevenR152
Copy link

StevenR152 commented May 9, 2020

On some interaction with the resource type eg "aws_ecs_cluster" being able to go to the terraform docs easily from editor

resource "aws_ecs_cluster" "my_cluster" {
name = "my_cluster"
}

Extension:
Data blocks go to data docs
Resource blocks go to resource docs

resource names can easily derive the url
https://www.terraform.io/docs/providers/aws/r/ecs_cluster.html

@StevenR152
Copy link
Author

Interaction is something like:

  • Control click
  • click somewhere in the resource type then press a keyboard shortcut
  • some other graceful control over going to the docs in browser

@tmichel
Copy link
Owner

tmichel commented Jun 25, 2020

This is a really nice idea although nowadays I'm not really using the plugin. If you'd like to take a stab at it please go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants