Skip to main content
2 votes
1 answer
280 views

Just installed Windsurf in IDEA 2024 and enabled autocomplete. The Chat agent works fine (I'm in China, so probably not a full network block). But inline suggestions aren't appearing at all. Example: ...
llewyn lau's user avatar
1 vote
1 answer
267 views

Kotlin Multiplatform for IntelliJ Idea (Community) Linux and Windows released. Version: 0.9-252.26199-IJ_CE-176. I have installed the plugin and restart the ide it says Plugins 'Kotlin Multiplatform', ...
Surendra's user avatar
0 votes
0 answers
35 views

I'm working on an IntelliJ plugin that exposes IDE functionality through a Model Context Protocol (MCP) server. The core idea is to create an MCP server within an IntelliJ plugin that can execute ...
SecretX's user avatar
  • 210
0 votes
1 answer
61 views

I want to create a plugin for WebStorm or PhpStorm. I started by using the template by JetBrains, and my plugin works well when I click "Run plugin", as it launches in a development IntelliJ ...
yhu420's user avatar
  • 637
0 votes
0 answers
22 views

I've installed the Android Emulator in IntelliJ. In IntelliJ, I've also set Settings > Appearance & Behavior > Appearance > Theme to "Light". I've also set the emulator theme to ...
oceanclub's user avatar
  • 933
1 vote
1 answer
56 views

I'm working on a Spring Boot application that runs fine when I: Run it directly (without Docker) Dockerize it and run it via Docker CLI: docker run -p 8080:8080 my-app Run it through Docker Desktop ...
Gunter's user avatar
  • 31
0 votes
1 answer
103 views

I have a Java/Kotlin Spring Boot project with GraphQL API. I would like to navigate between the schema file and the @QueryMapping and @MutationMapping in the @Controller implementation of the schema. ...
Honza Zidek's user avatar
  • 21.9k
0 votes
0 answers
74 views

My IntelliJ platform plugin won't verify because it can't find Red Hat lsp4ij dependency (or actually the whole Red Hat org). Project repo Support request on JetBrains Possible related issue ...
prosody's user avatar
  • 704
1 vote
1 answer
38 views

I’m developing a platform plugin and I would like to include ktfmt jar (v0.54). I also think ktfmt uses org.jetbrains.kotlin:kotlin-compiler-embeddable which I believe is causing this issue. Anyway I ...
Ralph Williamson's user avatar
0 votes
0 answers
88 views

I have a CLI tool that fetches database details for tenants and I want to make it easier to import those into DataGrip. The tool returns a JSON response with all the details I need. What I want to ...
Healyhatman's user avatar
  • 1,680
1 vote
1 answer
149 views

I'm working on making a possible contribution the Community Edition of Intellij IDEA, adding some enhancements to the Markdown preview feature. The IDEA code base is primarily Java and Java's cousin, ...
kshetline's user avatar
  • 14k
0 votes
0 answers
54 views

I have a mapping like this defined in the .ideavimrc file: map <c-t> <Action>(ActivateTerminalToolWindow) It activates the terminal window. Is it possible to add a string parameter to it, ...
mike27's user avatar
  • 1,161
0 votes
0 answers
56 views

I'm currently working on a project trying to extract the Local History of an IntelliJ Project with a Plugin, but I can't seem to really find a way of doing it, is there even a way? I've tried using ...
Skrump's user avatar
  • 1
0 votes
0 answers
81 views

When developing a plugin on intellij, how can I add a callback to complete a command in the terminal launched via sendCommandToExecute for TerminalWidget? I've tried using addTerminationCallback, but ...
Faust's user avatar
  • 111
0 votes
0 answers
70 views

According to the documentation, pressing CTRL-Q over a method-call should show a full rundown on what a method does. This image from a tutorial that I'm watching shows information including method ...
Gavryl Tampil's user avatar

15 30 50 per page
1
2 3 4 5
92