All Projects → jcs-elpa → goto-line-preview

jcs-elpa / goto-line-preview

Licence: GPL-3.0 license
Preview line when executing `goto-line` command

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to goto-line-preview

Discord-Presser-Server-Nuker
Nuke Discord Bot in Js (Beta has arrived)
Stars: ✭ 253 (+261.43%)
Mutual labels:  vsc
Portable VSC PlatformIO
Portable Version of VSC with PlatformIO for Windows
Stars: ✭ 15 (-78.57%)
Mutual labels:  vsc
pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (-72.86%)
Mutual labels:  vsc
DiscordBot-Template
A boilerplate / template for discord.js bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
Stars: ✭ 129 (+84.29%)
Mutual labels:  vsc
nix-env-selector
Allows switch environment for Visual Studio Code using Nix Package Manager.
Stars: ✭ 154 (+120%)
Mutual labels:  vsc
vscode-markdown-todo
Manage todo lists inside markdown files with ease.
Stars: ✭ 21 (-70%)
Mutual labels:  vsc
vscode-projects-plus
An extension for managing projects. Feature rich, customizable, automatically finds your projects.
Stars: ✭ 62 (-11.43%)
Mutual labels:  vsc

License: GPL v3 MELPA MELPA Stable

goto-line-preview

Preview line when executing goto-line command.

CI

Normally goto-line will just ask for input of the line number then once you hit RET; it will just go to that line of code. This package makes this better by navigating the line while you are inputting in minibuffer.

P.S. Inspired by Visual Studio Code goto line preset behavior.

🔧 Usage

Call it from minibuffer directly,

M-x goto-line-preview

Or you can bind it globally to replace goto-line:

(global-set-key [remap goto-line] 'goto-line-preview)

Contribute

PRs Welcome Elisp styleguide Donate on paypal Become a patron

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].