Which plugins can list all variables assigned in file?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • symbols-outline.nvim

    Discontinued A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.

  • symbols-outline lists all symbols, not sure variables are shown too: have a look.

  • aerial.nvim

    Neovim plugin for a code outline window

  • If i understand you correctly, you need like and outline, but filtered. I use this one, i think you can filter it too : https://github.com/stevearc/aerial.nvim

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • vista.vim

    :cactus: Viewer & Finder for LSP symbols and tags

  • tagbar

    Vim plugin that displays tags in a window, ordered by scope

  • telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

  • I use Telescope (require('telescope.builtin').lsp_document_symbols) and then I type out the word function to filter down the list of all symbols to functions only. You could probably write your own handler which filters the result of the textDocument/documentSymbol request and displays the result. Not trivial, but should not be that hard either.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts