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

feat: Implement assist to switch between doc and normal comments #17253

Merged
merged 4 commits into from
May 27, 2024

Conversation

ThouCheese
Copy link
Contributor

Hey first PR to rust-analyzer to get my feet wet with the code base. It's an assist to switch a normal comment to a doc comment and back, something I've found myself doing by hand a couple of times.

I shamelessly stole relevant_line_comments from convert_comment_block, because I didn't see any inter-assist imports happening in the files I peeked at so I thought this would be preferable.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 17, 2024
@ThouCheese ThouCheese force-pushed the master branch 5 times, most recently from 8390f72 to 51e6553 Compare May 18, 2024 00:27
@Veykril Veykril added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 22, 2024
…nts anywhere, except

for at the top of files.
@Veykril
Copy link
Member

Veykril commented May 27, 2024

@bors r+

@bors
Copy link
Collaborator

bors commented May 27, 2024

📌 Commit 9e5ff0d has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented May 27, 2024

⌛ Testing commit 9e5ff0d with merge f59ca41...

@bors
Copy link
Collaborator

bors commented May 27, 2024

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing f59ca41 to master...

@bors bors merged commit f59ca41 into rust-lang:master May 27, 2024
11 checks passed
@lnicola lnicola changed the title Implement assist to switch between doc and normal comments feat: Implement assist to switch between doc and normal comments Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants