Skip to content

Input field font ignores IDE Editor font settings #1012

@flobo3

Description

@flobo3

Problem

The prompt input field uses a default monospace font (Courier-like) that cannot be customized. This is inconsistent with the rest of the IDE and the chat output area, which respects the configured Editor font.

The Appearance → Fonts settings only allow overriding font size for chat messages and code blocks, but:

  1. The input field is not affected by these settings at all
  2. There is no way to change the font family anywhere in the plugin
  3. The input field doesn't inherit the IDE's Editor font setting

Suggested fix

The most natural approach: inherit the input field font from the IDE's Editor font (Settings → Editor → Font), just like the chat output already does. This requires zero new config options.

If more control is desired, the Appearance → Fonts tab could be extended with:

  • Font family override (not just size) for both chat text and input field
  • A dedicated "Input field font" section

Environment

  • DevoxxGenie plugin v0.4.23+
  • IntelliJ IDEA 2025.x
  • Islands theme (reproduced with default themes too)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions