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.
84 stars
2 watching
2 forks
Language: Lua
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Neovim plugin designed to assist with key combination usage during text editing | 84 |
| Provides hover information and split windows for Neovim | 39 |
| A Neovim plugin for navigating code elements such as brackets and quotes | 39 |
| Automated plugin installation and management system for Neovim | 120 |
| A plugin for Neovim to visualize and run code actions | 176 |
| A plugin that allows previewing code changes with applied LSP code actions. | 405 |
| A Leap extension that enables remote text operations using flash.nvim's approach without creating custom mappings for every textobject. | 60 |
| A plugin for Neovim that applies dynamic highlights and window coloring based on mode changes and operator usage. | 202 |
| A plugin that provides function signature hints as you type in Neovim. | 2,111 |
| An enhanced matchparen.vim plugin for Neovim to highlight the outer pair of parentheses, brackets, or braces. | 153 |
| Provides visual cues in Neovim text editors to highlight the context of code snippets | 378 |
| Highlights current search matches under the cursor when pressing n or N | 89 |
| An editor plugin that allows users to perform actions on visible text without moving the cursor. | 40 |
| A tool to help focus on specific programming functions or structures using Treesitter syntax highlighting. | 110 |