Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When editing terraform in IntelliJ and doing search, the editor bugs presentation #3837

Open
3 tasks done
taksan opened this issue Jan 24, 2025 · 1 comment
Open
3 tasks done
Assignees
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage" priority:medium Indicates medium priority

Comments

@taksan
Copy link

taksan commented Jan 24, 2025

Before submitting your bug report

Relevant environment info

- OS: Ubuntu
- Continue version: 0.0.83
- IDE version: IntelliJ IDEA 2024.3.1.1 (Ultimate Edition)
- Model: Quen 2.5 Coder 14b
- config.json:
  
{
  "models": [
    {
      "title": "Qwen 2.5 Coder 14b",
      "model": "qwen2.5-coder:14b",
      "provider": "ollama"
    },
    {
      "model": "AUTODETECT",
      "title": "Autodetect",
      "provider": "ollama"
    }
  ],
  "customCommands": [
    {
      "name": "test",
      "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
      "description": "Write unit tests for highlighted code"
    }
  ],
  "tabAutocompleteModel": {
    "title": "Qwen2.5-1.5b",
    "provider": "ollama",
    "model": "qwen2.5-coder:1.5b"
  },
  "allowAnonymousTelemetry": true,
  "embeddingsProvider": {
    "provider": "ollama",
    "model": "nomic-embed-text"
  },
  "docs": []
}

Description

Image

I'm editing terraform code and start to perform a search on a selected text. When I do that, the screen bugs out like in the presented image. I've seen this with other programming languages as well (don't remember which ones)

To reproduce

  1. Open a terroform file
  2. Select text and start a search with the selected text

Log output

@dosubot dosubot bot added ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior priority:medium Indicates medium priority labels Jan 24, 2025
@taksan
Copy link
Author

taksan commented Jan 30, 2025

I think I found a related bug (probably the same). In Clojure and in Java, if I have text selected and scroll up so that the selected text is not visible, I get the same issue:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage" priority:medium Indicates medium priority
Projects
None yet
Development

No branches or pull requests

2 participants