Autocompleting the in
from let..in
into in_channel_length
: can this be prevented?
#955
Unanswered
ELLIOTTCABLE
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This was fixed at one point, but I think there were problems that caused it to be removed unfortunately. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Constantly, absolutely constantly, while writing, I get popups like this:
It's gotten to the point where my personal muscle-memory for "I want to go to a new line" has migrated from Return to ESCReturn instead, because I'm always expecting an unwanted
in_channel_length
.Is there a way to:
in
itself as a completion, so Return selects it first;let..in
constructs entirely;Relatedly, is this something worth opening a bug-report for — could it be pre-emptively fixed for all VSCode OCaml Platform users?
Beta Was this translation helpful? Give feedback.
All reactions