Eval Exec

Results 155 issues of Eval Exec

https://github.com/emacs-lsp/lsp-mode/blob/3a96df0dd7ca8e53c5ed6f72edbd64fa1f0d9d2c/lsp-mode.el#L4236 https://github.com/emacs-lsp/lsp-mode/blob/3a96df0dd7ca8e53c5ed6f72edbd64fa1f0d9d2c/lsp-mode.el#L4175-L4182 When `lsp-enable-on-type-formatting` is nil at startup, `(lsp--on-type-formatting-handler-create)` should not be executed.

- [x] I added a new entry to [CHANGELOG.md](https://github.com/clojure-lsp/clojure-lsp/blob/master/CHANGELOG.md) - [x] I updated documentation if applicable (`docs` folder) This PR rewrites `lsp--create-filter-function` to use a buffer-based approach for processing incoming...

- [x] I added a new entry to [CHANGELOG.md](https://github.com/clojure-lsp/clojure-lsp/blob/master/CHANGELOG.md) - [x] I updated documentation if applicable (`docs` folder)

documentation

### Thank you for the bug report - [x] I am using the latest version of `lsp-mode` related packages. - [x] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [x] You...

bug

In rust code, inlay hint maybe too long, I think it would be better to omit long inlay hints, and allow user to use mouse click to toggle inlay hint's...

Every time `lsp-update-inlay-hint` is execute, all hints on buffer are cleared. I think it's not proper. When `lsp-update-inlay-hint` is executed, only hints on (start.end) range should be cleared. - []...

- [ ] I added a new entry to [CHANGELOG.md](https://github.com/clojure-lsp/clojure-lsp/blob/master/CHANGELOG.md) - [x] I updated documentation if applicable (`docs` folder) Hello, I'm working on a Rust project and using `lsp-mode`'s `lsp-completion`...

**Is your feature request related to a problem? Please describe.** Hello, my laptop has a poor battery, I found moonlight consume 10% of my cpu even moonlight is not connect...

https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/ https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html

For example, ```rust std::time::Duration ``` When put cursor on `Duration`, then dump-jump should jump to rust std's library file. Note: we can use `cargo metadata --format-version=1` to get std library's...