-
-
Notifications
You must be signed in to change notification settings - Fork 5
Automatically resolves with arguments even though it wasn't accepted with Tab #151
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
Comments
Maybe it's related a little bit to: #142? |
Its also painful to write |
You can disable it with |
However I'm not sure how Also, if you still prefer to use commit characters I think we can add a workaround for this issue |
Yeah if I disable it with |
Closing this one since I'm not using |
afaik it was not fixed |
But at my first test it seemed to work fine, anyways I'm closing it if you want you can re-open. Is just that I'm not using that setting anymore since it just doesn't work as expected compared to WebStorm. EDIT: Okay, bug still exists you're right, if you want you can re-open. |
yes its now possible to fix with new TS API update |
Even though I don't accept
new URL|
(|
- cursor) it automatically resolves tonew URL((url))
.So then I write
new URL(
it becomes this:The question is, why it adds additional
()
aroundurl
and why it resolves even though I didn't accept it with Tab?BTW: I tested same happens with
JSON.parse
, etc. it is just enough to add(
and it automatically resolves.The text was updated successfully, but these errors were encountered: