sharpchen

Results 44 issues of sharpchen

## Details What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) vscode What version of the editor are you using? 1.85.1 What color theme are...

## Details What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) VSCode What version of the editor are you using? 1.85.1 What color theme are...

Hi, thank you for your wonderful extension! I've encountered a problem due to what I have done to organize my folder structure. ## Feature Motivation Here's an example structure, I'd...

enhancement

**To Reproduce** Open a file or in explorer, keep moving cursor, then neovide will freeze and exit. I can't reproduce for every time, but for most of the time it...

bug

## Details What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) vscode What version of the editor are you using? 1.92.2 What color theme are...

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

### Feature Description `Ctrl-n` and `Ctrl-p` are common keymaps to: - move next/previous history in shell or terminals. - move between completion list item in TUI editors like neovim. >...

enhancement

**Feature category** - Check(Type 'x') any that Applicable item: - [x] Vim - [ ] Vim plugin `only` is used to close all windows except for the current one **Describe...

**Feature category** - Check(Type 'x') any that Applicable item: - [x] Vim - [ ] Vim plugin We already have `norm` but not `norm!`, `norm!` allows keypress with original effect....

**To Reproduce** ```vim nnoremap gcc :vsc Edit.ToggleLineComment vnoremap gc :vsc Edit.ToggleLineComment ``` May use this code example: ```cs internal class Person { public string? Name { get; init; } public...