Ajit
Ajit
Is it possible to highlight matching bracket in context view? It is useful especially when we have extra/missing bracket on one side and we need to fix it.
Ref: https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/?q=1#go-to-source-definition Unsure if this plugin can expose above functionality, or if it is just unavailable to us because we're relying on an LSP server and VS Code isn't.
_Hey, this issue is to collate all the ideas that I have in mind. If you have an idea other than the ones mentioned, please create a separate issue for...
_Originally raised this issue in a [neovim plugin](https://github.com/jose-elias-alvarez/typescript.nvim/issues/13)._ Ref: [Go to source definiton](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/?q=1#go-to-source-definition) When ctrl+clicking to invoke go to definition on an imported function, where being the function is coming...
This is a follow-up of [a question raised in another project](https://github.com/airblade/vim-rooter/issues/119). Hey! I'm new to Vim and I am trying to integrate [a public function from another library](https://github.com/airblade/vim-rooter#using-root-finding-functionality-in-other-scripts) by replacing...
### Describe the bug Try typing in text and hit enter in a multiline comment. You would see an issue similar to this:  I must mention that it works...
As file name appear at the end of its path, enabling [end criterion](https://github.com/junegunn/fzf/blob/9cb7a364a31bdb882d873807774bdcf6fad0c9e4/man/man1/fzf.1#L114) would result in accurate matches. This feature would also be helpful in the case of `:Telescope tags`...
Hi, I wanted to start learning and making 2D stuff on the web and found Pts to be a lib which suits my use case. Just have a quick question,...
**Describe the bug** While b1e850b77e57b2720c06d523d6fc4776ad6a5608 has introduced change to act of arrow function's body excluding brace, move commands like `goto_next_start` and others are skipping over these arrow fns now. **To...
Is it possible to add `gp` and `gP` shortcuts to Yoink? These commands in Vim put cursor after the pasted item. Currently doing `gp` followed by `[p` (YoinkPostPasteSwapBack) results in...