[Feature] VS Code like code outline view using tree-sitter plugins
See original GitHub issueHi. I regularly explore code in github. It would be awesome if we could show a code outline view like vs code outline-view We can use web-tree-sitter along with tree-sitter-grammars for different extensions.
Features:
- Easy to navigate code-bases and also long
markdown
files. - Downloading tree-sitter-grammars (wasm files) dynamically for each extension the user has visited.
- Web workers + WASM based parser to avoid slowdown.
- The outline view can be put below the original file-tree in an accordion. Similar to how VS Code does in its sidebar.
I can help you guys with this feature. I have good experience with tree-sitter
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Neovim 101 — Code Outline - Medium
nvim plugin supports using Tree-sitter and LSP to display a code outline window. It also integrates with Telescope and FZF for fuzzy finding...
Read more >aerial.nvim - Neovim plugin for a code outline window - GitHub
A code outline window for skimming and quick navigation ... In addition, you will need to have either Treesitter or a working LSP...
Read more >Neovim - Treesitter Syntax Highlighting - YouTube
Repo: https://github.com/LunarVim/Neovim- from -scratchTreesitter repo: https://github.com/nvim- treesitter /nvim-treesitterRainbow parens: ...
Read more >Added code folding to my symbols tree plugin, I think ... - Reddit
I've been using symvols-outline.nvim recently, but this looks like a big step up. I especially like the features that allows going to the ......
Read more >vscode.dev Visual Studio Code for the Web
Like a lot of people who buy a .dev domain, we had no idea what we ... you may still be able to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The outline of markdown is on the right side.
Feel free to have your own fork! Gitako is using MIT license.
I checked both the extensions. First one does serve the purpose of code-folding. Second one is kinda doesn’t give me outline view for markdown though.
you mind if I fork this repo and maintain my own extension. Loading too many extensions is not something I prefer though.