cider icon indicating copy to clipboard operation
cider copied to clipboard

The Clojure Interactive Development Environment that Rocks for Emacs

Results 211 cider issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I want to run custom logic inside the REPL when it starts up, and binding to `cider-connected-hook` runs outside of...

question
stale

Found an annoying bug today. When I `M-.` to a function definition that is defined in a dependency and I have multiple REPLs running, I'm at the mercy of `sesman-use-friendly-sessions`...

## Expected behavior Using `highlight-regexp` to highlight a regexp, or highlighting with the [highlight-symbol](https://github.com/nschum) package, I expect the requested symbol to be highlighted with background colour. ## Actual behaviour Sometimes...

bug

## Expected behavior Evaluating `(* 6 7)` in the repl wouldn't switch to a different namespace ## Actual behavior ```clj ;; Connected to nREPL server - nrepl://localhost:44565 ;; CIDER 1.17.1...

bug
ClojureScript

## Expected behavior Pressing TAB in the REPL window offers completion always. ## Actual behavior Sometimes, this stops working and TAB jumps to the beginning of the line instead. ##...

bug

We invite all CIDER users to take part in our annual [State of CIDER survey](https://docs.google.com/forms/d/e/1FAIpQLSfCcBfiDv0AT2Qpnpzszp8D0BNZg45eST2KfvmGPY4nEq8MIQ/viewform), that will determine our roadmap for 2025! Please, take a few minutes to share how...

## Expected behavior Functions are capable of being instrumented for debugging, regardless of how many keys are destructured. ## Actual behavior An error is thrown when instrumenting a function when...

bug
stale

This is a continuation of the conversation at #1098

enhancement
high priority

Right now often people experience weird issues when they try to run something supported only for Clojure in a ClojureScript connection. It'd be nice if we added some basic function...

enhancement
ClojureScript
good first issue

## Expected behavior When starting or switching to the repl, it should open in that last used already open window. ## Actual behavior Now it splits your current window in...

enhancement
good first issue