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

Enhancement for Rename: Add backticks to name if necessary #970

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

Booksbaum
Copy link
Contributor

let foo = 42

=> rename foo to hello world

prev:

let hello world = 42

now:

let ``hello world`` = 42

-> backticks get automatically added if necessary

Enhancement: Fail more gracefully when exception inside `RenameSymbol`
@baronfel
Copy link
Contributor

Love it, thank you!

@baronfel baronfel merged commit 71b99d7 into ionide:main Jul 20, 2022
@Booksbaum Booksbaum deleted the RenameBackticks branch July 20, 2022 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants