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
In Eclipse, partial acceptances should not dismiss the displayed inline suggestions.
Currently, after accepting a partial completion, the displayed inline suggestion is dismissed and fully recalculated.
Additional context
In VS Code, it is possible to accept completions partially without dismissing the painted ghost-text suggestion. This makes the UX much snappier.
Below are two videos comparing the behavior in Eclipse and VS Code. Note how much longer it takes to accept the same suggestion in Eclipse due to the dismissal of the ghost text.
eclipse-behavior.mp4vscode-behavior.mp4
Please reply with a 👍 if you want this feature.
The text was updated successfully, but these errors were encountered:
Please describe the feature you want
In Eclipse, partial acceptances should not dismiss the displayed inline suggestions.
Currently, after accepting a partial completion, the displayed inline suggestion is dismissed and fully recalculated.
Additional context
In VS Code, it is possible to accept completions partially without dismissing the painted ghost-text suggestion. This makes the UX much snappier.
Below are two videos comparing the behavior in Eclipse and VS Code. Note how much longer it takes to accept the same suggestion in Eclipse due to the dismissal of the ghost text.
eclipse-behavior.mp4
vscode-behavior.mp4
Please reply with a 👍 if you want this feature.
The text was updated successfully, but these errors were encountered: