SaaSHub helps you find the best software and product alternatives Learn more →
Dumb-jump Alternatives
Similar projects and alternatives to dumb-jump
-
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
doom-emacs
Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
-
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
lucky
A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
dumb-jump discussion
dumb-jump reviews and mentions
-
Jump around huge code bases in Emacs without LSP or TAGS
TLDW It describes the dumb-jump emacs package: https://github.com/jacktasia/dumb-jump
-
Scala support
I use lsp for C++, but for jump to definition I like dumb jump, because it works.
-
How to develop Xcode project in emacs?
Oh, I forgot to mention, I have also found dumb-jump to work pretty well for Xcode projects, with no configuration.
-
Closing 10% of all Emacs bugs
I don't really have any trouble using Emacs on the "modern" C++ codebases that I'm working on. I've tried lsp-mode and eglot with clangd but found that really all I need is a little bit of elisp to call clang-format, dumb-jump (<https://github.com/jacktasia/dumb-jump>) to jump to definition, and project-compile to build the project and collect warnings/errors into a buffer.
-
Crystal Programming Language
> 2. No language server (apparently it's just impossible due to the way the language works). Tbh, I'd be happy with just "Go to definition" but alas, no-can-do!
Emacs' dumb-jump appears to have some basic support for go to definition: https://github.com/jacktasia/dumb-jump/blob/master/dumb-jump...
But out of curiosity, what is the issue from a technical point of view?
-
How I use Emacs to write Perl
For jumping between function definitions I use dumb-jump, which usually just works. I configure dumb-jump to use ag for its searching which makes it work very quickly.
-
Trying to get "better-jumper" work.
Mark ring may be what you want. If you want to jump around a code base, Dumb Jump is great: https://github.com/jacktasia/dumb-jump
-
Navigating an enormous code base
dumb-jump: another tool based on ripgrep, this one defines regexes for what definitions look like in a bunch of languages. This gives you a primitive jump-to-def functionality without any setup (except installing ripgrep). The pros and cons are roughly the same as rg.el and deadgrep: you might not jump to exactly the thing you want (if there are multiple choices, you can select the definition you prefer), but it requires no setup and is pretty fast.
-
Does anyone use Emacs to development big Golang project like Kubernetes?
I recommend https://github.com/jacktasia/dumb-jump
-
Building an Intelligent Emacs
While I have no idea about tags, I want to say that you may find something as simple as dumb-jump[1] does what you want most of the time.
[1] https://github.com/jacktasia/dumb-jump
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Feb 2025
Stats
jacktasia/dumb-jump is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of dumb-jump is Emacs Lisp.