helix/docs
nik rev cc2529c4ac chore: Add `helix_stdx::dbg!` for easier print debugging
I often reach for the `dbg!` macro before realizing it does not work,
and there is no good alternative. The best that currently exists is
`log::error!` which always prints, but it lacks many features of `dbg!`

This `dbg!` macro is the same as `std`'s `dbg!`, the only difference
being the fact that it uses `log::error!` instead of `eprintln!` under
the hood

I've also added instructions to `CONTRIBUTING.md` to use it - as I
believe it is really useful
2025-07-17 16:15:13 +01:00
..
CONTRIBUTING.md chore: Add `helix_stdx::dbg!` for easier print debugging 2025-07-17 16:15:13 +01:00
architecture.md Add helix-lsp-types to workspace 2024-07-28 10:41:29 -04:00
releases.md release docs: Fix `git push` command for the release tag 2024-12-22 09:48:32 -05:00
vision.md remove mention of Wasm from `vision.md` (#7395) 2023-06-19 23:10:50 -05:00