-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for Edit #45
Comments
This will be possible once #23 is complete. |
Yes @alexvonme What @jdkato says is mostly true, I think the extension supported (or supports) some |
Thanks for the update @ChrisChinchilla , and thanks for working on LSP, it will help solving issues and will be easier to maintain 🥰 |
@ChrisChinchilla thank you for the detailed answer. I asked in part to confirm that it wasn't an issue specific to my configuration. We'll follow that issue as well. |
@ccoVeille and @alexvonme By the way, the pre-release version of the extension available in VSCode does use the LSP, but it doesn't do too much else 😅 |
Does the extension support the action to
edit
from Vale?I've tried the example given by the lead developer of Vale, but it doesn't trigger the appropriate fix. The
Quick Fix
option just gives out theNo suggestion found
message.I thought this might be a problem with the extension because the screenshot from the developer (which I presume is from Sublime Test) seems to suggest the correct answer yet I haven't been able to get the same
Quick Fix
option in VSCode. I also tried the other parameters fromedit
such astrim_right
and realized I can't get the correctQuick Fix
options for them either. OnlyNo suggestion found
.The extension supports the
replace
andsuggest
actions, so I was hoping that it could also support, the admittedly more complicated,edit
.The text was updated successfully, but these errors were encountered: