Erasin Wang
Erasin Wang
``` ______ | ___ \ | |_/ / ___ ___ | ___ \ / _ \ / _ \ | |_/ /| __/| __/ \____/ \___| \___| v1.6.0 ├── Beego...
take pull #3096, I checked in typescript that it works ok。
LSP 3.17 has support for inlay hints https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint [email protected](0.93.1) has support `InlayHint` language support: - [rust-analyzer](https://rust-analyzer.github.io/thisweek/2022/03/14/changelog-120.html#new-features) - [golang gopls](https://github.com/golang/tools/blob/master/gopls/doc/inlayHints.md) - [typescript](https://github.com/typescript-language-server/typescript-language-server#inlay-hints-typescriptinlayhints-experimental) - c/c++ - java
I think the editor [render whitespace characters](https://docs.helix-editor.com/configuration.html#editorwhitespace-section) is more better, it can edit all character we see . In the vim , if I want select the `newline`, need to...
@Termina94 I'm a non-English speaking user and I try to be clear. 1. Less keymap memory. Would it be better we modify KeyMap like this: ``` "C-w" => { "Window"...
render error when has `` in inlie code . ``` test `Option` test `Option` and `` test `Option` test `Option` and `test` ``` editor: helix editor
I tested this pr and it shows a bit strange in golang. I also support the use of tree-sitter queries, [nvim-treesitter-context/queries](https://github.com/nvim-treesitter/nvim-treesitter-context/tree/master/queries) provides a lot of language , we can use...
I have added the following configuration. ``` [[language]] name = "go" sticky-context-nodes = ["package_clause","type_declaration","method_declaration","function_declaration","for_statement","if_statement", "expression_switch_statement"] ``` I test with golang base library `net/http/request.go`. Some times it is displayed correctly and...
When I have non-ascii in my code, the capture is incorrect. For example, the following insert method. test file: https://gist.github.com/erasin/a15c4f250beff8c9f7e4aaeae4a1128c https://user-images.githubusercontent.com/716514/224236473-07d57707-d088-49ef-b4e0-c6563f1ed649.mov ------ I get a panic when using the mouse...
thanks for fixed. In my tests, the context disappears before the function is finished, which is a bit different from vscode.