-
Notifications
You must be signed in to change notification settings - Fork 298
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
Handle on-type formatting requests #1815
Conversation
4928cd4
to
e21bf00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on the implementation. I’m still a little skeptical how well this will work in practice, but I’m happy to iterate on it behind an experimental flag. If we do get it working, that would be great.
Make sure the experimental flag is enable-able in VSCode?
You should be able to enable the experimental feature in your Configuration File. There’s an option for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me once they are guarded behind an experimental feature.
I'll handle the experimental-feature gating later 🙂. |
a79973b
to
36e6feb
Compare
96852b4
to
66b8400
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Just one comment on a comment 😉
cf43ffe
to
719dd87
Compare
da711b4
to
b1b7b86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thank you @MahdiBM
@swift-ci Please test |
@swift-ci Please test Windows |
Head branch was pushed to by a user without write access
4bba480
to
5adec10
Compare
Fixed this by adding the import:
|
Thanks for the fix. @swift-ci Please test |
Head branch was pushed to by a user without write access
Could you rebase your PR instead of merging |
3bbc6c4
to
b001978
Compare
@ahoppen done |
@swift-ci Please test |
@swift-ci Please test Windows |
b001978
to
2290a65
Compare
b597a78
to
a2eb7b9
Compare
@ahoppen rebased with main again, this was the error which looks like unrelated to this PR?
|
Ah, that was because of a merge conflict that I resolved in #1838 |
@swift-ci Please test |
@swift-ci Please test Windows |
1 similar comment
@swift-ci Please test Windows |
To fully resolve #1805
TODO