Issue Description(Feature)
Translation outputs are only displayed in a separate panel as chunks. While functional, this approach forces users to constantly switch between the source code and the translation panel. This slows down workflows and makes it harder to quickly understand comments in context.
Describe the solution you'd like
Have additional translation modes to allow developers to choose how translations are displayed within VS Code:
- Inline Mode: Show translations directly below or beside the original comment line in the editor.
- Hover Mode: Show translations as tooltips when hovering over a comment. Non-intrusive and space-saving.
Issue Description(Feature)
Translation outputs are only displayed in a separate panel as chunks. While functional, this approach forces users to constantly switch between the source code and the translation panel. This slows down workflows and makes it harder to quickly understand comments in context.
Describe the solution you'd like
Have additional translation modes to allow developers to choose how translations are displayed within VS Code: