plugin-intellij icon indicating copy to clipboard operation
plugin-intellij copied to clipboard

jsDelivr plugin for JetBrains IntelliJ based editors

Results 4 plugin-intellij issues
Sort by recently updated
recently updated
newest added

``` java.lang.AssertionError at com.intellij.openapi.actionSystem.AnActionEvent.getRequiredData(AnActionEvent.java:213) at com.jsdelivr.pluginintellij.JsDelivrPackageSearch.actionPerformed(JsDelivrPackageSearch.java:25) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:280) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:609) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$3(IdeKeyEventDispatcher.java:670) at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:669) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:619) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processActionOrWaitSecondStroke(IdeKeyEventDispatcher.java:516) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:470) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:219) at com.intellij.ide.IdeEventQueue.dispatchKeyEvent(IdeEventQueue.java:896) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:841) at com.intellij.ide.IdeEventQueue.lambda$null$8(IdeEventQueue.java:449)...

bug
good first issue

If possible, the assigned shortcuts should be only handled when our popup is open. Otherwise, they should be passed through to other handlers. E.g. if F2 is assigned for a...

good first issue

Together with the file list, load the list of detected entry points: https://data.jsdelivr.com/v1/package/npm/[email protected]/entrypoints In the file dropdown, show the entry point files first (if there's > 1, sort them by...

enhancement
good first issue