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
In flash.nvim, there is a Treesitter mode to jump.
In VSCdoe, there is LSP that can help to accomplish similar actions.
The following code will give you the current function name or property that is actually the detailed version of the breadcrumbs below the tab that the current VSCode provides.
In flash.nvim, there is a Treesitter mode to jump.
In VSCdoe, there is LSP that can help to accomplish similar actions.
The following code will give you the current function name or property that is actually the detailed version of the breadcrumbs below the tab that the current VSCode provides.
I was going to add this feature myself, but since the source file is not opened yet, I hope this gets implemented soon.
The text was updated successfully, but these errors were encountered: