action-hints.nvim
Action hints
Provides actionable information about highlighted text in a code editor
⚡ A Neovim plugin that displays available actions like 'Go to Definition' and 'Go to Reference(s)' for the highlighted word, presented in the statusline or inline as virtual text.
81 stars
2 watching
2 forks
Language: Lua
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
roobert/surround-ui.nvim | A Neovim plugin designed to assist with key combination usage during text editing | 83 |
roobert/hoversplit.nvim | Provides hover information and split windows for Neovim | 39 |
roobert/tabtree.nvim | A Neovim plugin for navigating code elements such as brackets and quotes | 39 |
roobert/activate.nvim | Automated plugin installation and management system for Neovim | 118 |
rachartier/tiny-code-action.nvim | A plugin for Neovim to visualize and run code actions | 168 |
aznhe21/actions-preview.nvim | A plugin that allows previewing code changes with applied LSP code actions. | 400 |
rasulomaroff/telepath.nvim | A Leap extension that enables remote text operations using flash.nvim's approach without creating custom mappings for every textobject. | 58 |
rasulomaroff/reactive.nvim | A plugin for Neovim that applies dynamic highlights and window coloring based on mode changes and operator usage. | 197 |
ray-x/lsp_signature.nvim | A plugin that provides function signature hints as you type in Neovim. | 2,085 |
utilyre/sentiment.nvim | An enhanced matchparen.vim plugin for Neovim to highlight the outer pair of parentheses, brackets, or braces. | 151 |
andersevenrud/nvim_context_vt | Provides visual cues in Neovim text editors to highlight the context of code snippets | 376 |
rktjmp/highlight-current-n.nvim | Highlights current search matches under the cursor when pressing n or N | 89 |
yamatsum/nvim-cursorline | Highlights words and lines under the cursor in Neovim to assist navigation. | 413 |
weissle/easy-action | An editor plugin that allows users to perform actions on visible text without moving the cursor. | 40 |
koenverburg/peepsight.nvim | A tool to help focus on specific programming functions or structures using Treesitter syntax highlighting. | 110 |