You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code completion unnecessarily not "overwriting" to the right (Java specific? language specific fixes with compile-check "smarter" "smart" acceptSuggestion possible)
TLDR; just look below at image attachments (step 1, 2, 3)
whoops didn't mean to submit to vscode-java-debug....
"overwriting" or "contextual insert" or "surrounding check" or "duplicate surround text" might be a better term
unsure about all cases (even in a language-specific context), but I hit this one enough that it warrants something to alleviate.
First stab at bug filing at "editor." level, though fixes (with compile-check bonus) could be language specific. (Java in this case)
discussion
fixes would include:
just don't write duplicate text
a property with options (as its possibly "destructive", though I'd prefer the "destructive" option here)
language specific fix (bonus: detect which actually compiles)
between image 2 and image 3, both [tab] and [enter] seem to have the same results, so maybe this could be considered in configuration (on tab, check/replace same surrounding text, on enter just insert)
code completion unnecessarily not "overwriting" to the right (Java specific? language specific fixes with compile-check "smarter" "smart" acceptSuggestion possible)
TLDR; just look below at image attachments (step 1, 2, 3)
whoops didn't mean to submit to vscode-java-debug....
"overwriting" or "contextual insert" or "surrounding check" or "duplicate surround text" might be a better term
unsure about all cases (even in a language-specific context), but I hit this one enough that it warrants something to alleviate.
First stab at bug filing at "editor." level, though fixes (with compile-check bonus) could be language specific. (Java in this case)
discussion
fixes would include:
between image 2 and image 3, both [tab] and [enter] seem to have the same results, so maybe this could be considered in configuration (on tab, check/replace same surrounding text, on enter just insert)
tried following settings, no difference observed:
wanted:
Also, separately, but not,
editor.suggest
isn't ordering by preexisting surround text"java.completion.orderByPriorityStaticMode": "preexisting"
surround check could handle ordering better"java.completion.orderByPriorityCompileCheck": "true"
surround check could handle orderingEnvironment
Steps To Reproduce
Here's a simple setter-to-fluent workflow change, but I seem to hit this case of not looking at preexisting text to the right
Current Result
see image 3
Expected Result
Additional Informations
The text was updated successfully, but these errors were encountered: