ideavim
IdeaVim – A Vim engine for JetBrains IDEs (by JetBrains)
nvim-treesitter-context
Show code context (by nvim-treesitter)
ideavim | nvim-treesitter-context | |
---|---|---|
25 | 33 | |
9,704 | 2,806 | |
1.2% | 2.5% | |
9.8 | 8.7 | |
1 day ago | 11 days ago | |
Kotlin | Janet | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ideavim
Posts with mentions or reviews of ideavim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-27.
- Some Facts About Vim
- Some Facts about Vim
-
Alternatives for abdecodes/tabout.nvim for intellij based IDEs
[this neovim plugin](https://github.com/abecodes/tabout.nvim) helps me get out of double quotes and parenthesis while being in insert mode (I use [ideavim](https://github.com/JetBrains/ideavim/)). The present implementation of this behaviour in the IDE as [smart keys](https://www.jetbrains.com/help/idea/settings-smart-keys.html) isn't cutting it for me.
-
I don't know if I can use Nvim
IntelliJ with Vim bindings is really good! It is actively supported so patches come often to fix some discrepancies with the original software. It even supports a handful of plugins out of the box.
-
Helix in IntelliJ?
" https://github.com/JetBrains/ideavim/wiki/IdeaVim-Plugins set clipboard+=unnamed set clipboard+=ideaput set ideajoin set idearefactormode=keep set incsearch " set relativenumber set showmode set hlsearch set surround set visualbell set commentary set highlightedyank set argtextobj set matchit set multiple-cursors " requires easymotion and ace-jump plugins set easymotion " requires quickscope plugin set quickscope
-
Is it normal as a junior programmer..
For partial chest hair, use IdeaVim
- Some facts about Vim
-
I have reached Vim nirvana
The biggest advantage of vim is the movements (key bindings), and there are plugins for many editors for that, e.g. https://github.com/JetBrains/ideavim
nvim-treesitter-context
Posts with mentions or reviews of nvim-treesitter-context.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-29.
-
TreePin! A prototype of my plugin for pinning parts of code to the edges of the screen (Apologies for the GIF artifacts)
Very cool! Sort of reminds me of treesitter-context. Any chance for compatibility? An example could be you either would disable context when something is pinned or somehow displace it other, depending on which is "on top" could be neat.
-
[New plugin] Introducing dropbar.nvim, an out-of-the-box, IDE-like winbar with drop-down menu support and multiple backends
It's for context and navigation, not completions. So it wouldn't replace nvim-cmp. It probably doesn't replace anything you already have unless you are already using a winbar. It combines features of treesitter-context, symbols-outline, and a file navigator but in a different presentation.
-
Plugin for virtual text around parantheses ?
Not quite the same thing, but arguably a better alternative : https://github.com/nvim-treesitter/nvim-treesitter-context
-
Looking for some kinda specific plugins for visibility
For 2: https://github.com/nvim-treesitter/nvim-treesitter-context
-
Please inform me of the plugin(s) enabling these two features
I really like nvim-treesitter-context as an alternative for 1.
-
I’m a vscode user who wants to migrate to neovim but still can’t get all the features I want, I’m trying out lazyvim, which plug-ins should I use?
nvim-treesitter-context implements "sticky scroll" where, depending on where your cursor is placed, the top lines of your window will be replaced by the otherwise offscreen lines that declare what function you're in (e.g function test(...), the line that begins the current class (e.g. public class Student implements Person {), the variable name of the current table (e.g. local planets = {), etc.
- I have reached Vim nirvana
-
Anything like Blockman in Neovim?
Very different in my eyes, but I love nvim-treesitter-context. Definitely another tool in helping the brain parse code -- I think of it as helping with long range context, whereas blockman helps me focus on local context and makes scoping relationships more subconciously available.
-
Plugin to show current function?
You are looking for this: https://github.com/nvim-treesitter/nvim-treesitter-context
-
what is the plugin for showing the function context on top of buffer?
I have seen https://github.com/nvim-treesitter/nvim-treesitter-context is recommended, and it works similar. But the way the context info are displayed in AstroNvim is much nicer
What are some alternatives?
When comparing ideavim and nvim-treesitter-context you can also consider the following projects:
AceJump - 🅰️ single character search, select, and jump
unison - A friendly programming language from the future
intellij-rainbow-brackets - 🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet
diffsitter - A tree-sitter based AST difftool to get meaningful semantic diffs
TeXiFy-IDEA - LaTeX support for the IntelliJ platform by JetBrains.
context.vim - Vim plugin that shows the context of the currently visible buffer contents