Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

promptForTags also prompt for transform #2546

Closed
bhenderson opened this issue May 29, 2019 · 3 comments
Closed

promptForTags also prompt for transform #2546

bhenderson opened this issue May 29, 2019 · 3 comments

Comments

@bhenderson
Copy link

Hi, I was hoping for a way for Go: Add Tags to prompt for the transform parameter. I often want to switch between camelCase and snake_case even within the same project.

I was thinking that if go.addTags.promptForTags is true, it would also prompt for the transform parameter.

I can't find the current version of the plugin. "0.10.2 - 30th April, 2019" is at the top of the changelog.

thanks,

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented May 30, 2019

Thanks for reporting @bhenderson, that's a valid request. PRs are welcome to add the feature to prompt for transform when go.addTags.promptForTags is set to true

Code Pointers:

@haryps
Copy link
Contributor

haryps commented Jul 21, 2019

Dear All,

Could you provide steps to reproduce since i'm not familiar with go and i would like to fix it.

Regards

gopherbot pushed a commit to golang/vscode-go that referenced this issue May 21, 2020
In the current version, Go: Add Tags prompts to get user input for only tags and options if go.addTags.promptForTags is true. With the following changes, it will also prompt for transform value too.

Closes [the request](microsoft/vscode-go#2546)

![80874408-270e9580-8cc3-11ea-9d1d-b56f9b2da28d](https://user-images.githubusercontent.com/58530683/82475027-8696de80-9ad4-11ea-97cf-e2b48468db25.gif)

Change-Id: Ib27c6cef17d64b782095994e12e7e75133a28a89
GitHub-Last-Rev: 79a164d
GitHub-Pull-Request: #78
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/234659
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
@ramya-rao-a
Copy link
Contributor

Hello all,

We are in the midst of a repo move, see We are moving section in our readme for more details.

Please subscribe to golang/vscode-go#115 for further updates on this issue.

Thanks for all the support & Happy Coding!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
5 participants
@bhenderson @haryps @stamblerre @ramya-rao-a and others