Simon Stratmann

- 活动总数 165
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 13
- 订阅数 47
-
已编辑于 Full line code completion is disabled with Copilot installed but completions disabled
已回答I quite like the full line completion provided by IntelliJ, more so than the one by Copilot. But now that the chat feature is available I'm trying out Copilot again. With the plugin enabled Intelli... -
创建于 Invalid plugin descriptor 'description'
已回答When trying to run most IntelliJ gradle tasks I get this error: Invalid plugin descriptor 'description'. The plugin description is shorter than 40 characters and/or the plugin description contains ... -
创建于 "You have not accepted the Plugin Developer agreement" when trying to publish a plugin could be clearer
已回答I just got this when trying to publish a new version of my plugin (last one was in march 2023). The error has no link or further description. Searching for the message gave me no response.I went to... -
创建于 IndexNotReadyException inside runReadActionInSmartMode
已回答private @NotNull CancellablePromise<Map<String, PsiClass>> buildClassCacheAndSetClassOriginalValues(List<String> allReferencedClasses, GlobalSearchScope projectScope) { return ReadAction.nonBloc... -
创建于 "Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
已回答I have a CheckinHandler implementation that displays a JDialog using “java.awt.Dialog#setVisible”. Since 2023.2 (or so) I get these errors: 2023-10-13 12:25:21,635 [ 38021] SEVERE - #c.i.concurre... -
创建于 Disconnect declarative message bus listener
已回答In my old code I was able to disconnect from message bus connections by running MessageBuseConnection#disconnect(). I don't have such a connection when using declaratively defined listeners. Is tha... -
创建于 org.jetbrains.idea.maven.project.MavenProjectsManager#scheduleArtifactsDownloading is gone
已回答I used to trigger the download of sources for maven artifacts using `org.jetbrains.idea.maven.project.MavenProjectsManager#scheduleArtifactsDownloading`. This method is gone in 2023.2. It wasn't sc... -
创建于 Handling multiple interconnected maven projects with differing versions
已回答Say you have three repos, each with a maven project: domain, server, gui Server depends on domain and gui depends on server and domain. The poms for each project define the current version as 0-SNA... -
创建于 Zoom in IDE
已回答I really like it! Great feature when doing pair programming or demos. How about being able to zoom in and out using Ctrl+Mousewheel when the cursor is not over an editor but over any other part of ... -
已编辑于 New branches popup
已回答Not a fan. First, so much more work for me to manually have to expand the groups every time it opens. At least it should remember which groups are expanded and restore that state the next time. Vis...