You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, when viewing LSP symbols, we might also want to reference the symbols provided by Treesitter. It would be great to have a command that switches the current provider from LSP to Treesitter effortlessly.
Provide a command to switch between available providers in the current buffer. For example, :OutlineSwitchProvider treesitter will switch to the treesitter provider. If no argument is provided, the command will cycle to the next available provider in the current buffer.
Thank you.
The text was updated successfully, but these errors were encountered:
Description
Sometimes, when viewing LSP symbols, we might also want to reference the symbols provided by Treesitter. It would be great to have a command that switches the current provider from LSP to Treesitter effortlessly.
Provide a command to switch between available providers in the current buffer. For example,
:OutlineSwitchProvider treesitter
will switch to the treesitter provider. If no argument is provided, the command will cycle to the next available provider in the current buffer.Thank you.
The text was updated successfully, but these errors were encountered: