JetBrains-Discord-Integration icon indicating copy to clipboard operation
JetBrains-Discord-Integration copied to clipboard

Discord rich presence integration for all JetBrains IDEs

Results 130 JetBrains-Discord-Integration issues
Sort by recently updated
recently updated
newest added

I had some investigation, even this plugin tries restart every 20 seconds, [discord-rpc reconnection time](https://github.com/discord/discord-rpc/blob/master/src/discord_rpc.cpp#L73) is 60 seconds. Therfore, this is a minimal changes to make discord-rpc properly work. Fixes...

area: plugin
type: fix
state: open

This PR draft is to track the progress and provide a place for comments

area: plugin
type: enhancement
state: in progress

The plugin warns users when their Discord client is installed via flatpak, which is awesome. ![image](https://user-images.githubusercontent.com/28309837/178797242-c3f6683e-5415-43b6-8946-11efdebb93b2.png) But we could take it a few steps further; rich presence is not impossible...

area: plugin
state: open
type: enhancement

![image](https://user-images.githubusercontent.com/107746136/177088887-f3fd4193-51e3-432f-a1b7-abed1983262d.png)

type: feature
area: icons
state: open

The computer in question runs two different instances (Discord, Discord PTB). I currently face an issue where the plugin attaches to only one of the instances. When the plugin attaches...

type: feature
area: plugin
state: blocked

``` java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:182) at com.intellij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:110) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:754) at com.intellij.util.indexing.FileBasedIndexEx.ensureUpToDate(FileBasedIndexEx.java:449) at com.intellij.util.indexing.FileBasedIndexEx.getIndexModificationStamp(FileBasedIndexEx.java:230) at com.intellij.openapi.fileEditor.impl.UniqueVFilePathBuilderImpl.lambda$getFilenameIndexModificationTracker$1(UniqueVFilePathBuilderImpl.java:126) at com.intellij.util.indexing.IndexUpToDateCheckIn.disableUpToDateCheckIn(IndexUpToDateCheckIn.kt:13) at com.intellij.util.indexing.FileBasedIndexImpl.disableUpToDateCheckIn(FileBasedIndexImpl.java:743) at com.intellij.openapi.fileEditor.impl.UniqueVFilePathBuilderImpl.disableIndexUpToDateCheckInEdt(UniqueVFilePathBuilderImpl.java:184) at...

type: bug
area: plugin
state: open

Hello, I'm a dev working using the salesforce crm ecosystem. It has its own backend programming language, called Apex, which is a derivate of Java. The file extension is `.cls`,...

area: icons
state: open
type: enhancement

```java Cannot create listener com.intellij.diagnostic.PluginException: Cannot create listener com.almightyalpaca.jetbrains.plugins.discord.plugin.time.TimeDynamicPluginListener [Plugin: com.almightyalpaca.intellij.plugins.discord] at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:920) at com.intellij.util.messages.impl.CompositeMessageBus.subscribeLazyListeners(CompositeMessageBus.java:177) at com.intellij.util.messages.impl.CompositeMessageBus.doComputeSubscribers(CompositeMessageBus.java:147) at com.intellij.util.messages.impl.MessageBusImpl.computeSubscribers(MessageBusImpl.java:349) at com.intellij.util.messages.impl.CompositeMessageBus.computeSubscribers(CompositeMessageBus.java:141) at com.intellij.util.messages.impl.CompositeMessageBus$ToDirectChildrenMessagePublisher.lambda$publish$0(CompositeMessageBus.java:103) at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1705) at com.intellij.util.messages.impl.CompositeMessageBus$ToDirectChildrenMessagePublisher.publish(CompositeMessageBus.java:103) at com.intellij.util.messages.impl.MessageBusImpl$MessagePublisher.invoke(MessageBusImpl.java:167) at...

type: bug
area: plugin
state: open

I would like to be able to have a line of my status show the task I am currently working on (for example, which GitHub issue)

type: feature
area: plugin
state: open

Rich presence doesn't work if Discord started before this plugin. Previous issues: https://github.com/Almighty-Alpaca/JetBrains-Discord-Integration/issues/80 https://github.com/Almighty-Alpaca/JetBrains-Discord-Integration/issues/118 https://github.com/Almighty-Alpaca/JetBrains-Discord-Integration/issues/122