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
I'm working on Eclipse copilot plugin, the plugin leverage code mining to display the inline completions.
Steps to reproduce
Above a java method, type /**
Code mining appear
Press Enter (At this point the plugin will clear the code mining provider, and request editor to update code mining)
Because it's start with /**, editor will insert multiple lines of code to complete the javadoc template
The line vertical indentation is not reset correctly.
Screen.Recording.2025-07-23.at.10.57.40.mov
Is it because the editor inserts multiple lines, making the code mining resets the indentation at a wrong row index?
Community
I understand reporting an issue to this OSS project does not mandate anyone to fix it. Other contributors may consider the issue, or not, at their own convenience. The most efficient way to get it fixed is that I fix it myself and contribute it back as a good quality patch to the project.