Alisa Lain

Results 38 issues of Alisa Lain

**Describe the bug** On Windows username is cropped (PCNamesername instead of Username) most of the time because of way names work. If you'd type into powershell or cmd `whoami` it'd...

bug

Pretty much 1:1 translation with exception of data buffer being list instead of array (coz c#) Still need to translate demo, but plugin should work

Reopening of #1232 since [VTE bug 76969](https://bugzilla.gnome.org/show_bug.cgi?id=769696) was fixed by [VTE commit ad377998](https://gitlab.gnome.org/GNOME/vte/-/commit/ad377998889c06b5d870ff255567bc0d1428aced) and now it's relevancy of tilix and/or gtk-vte package to update bindings/jump to new version Edit: this...

My points are somewhat the same to (only and partially) description of #3928, rest is not really I think blender style movement *option* would be benificial to Trenchbroom, but only...

Type:Enhancement
Prio:3

I can't really find anything for first two so I'm sorry if this issue is duplicate I'm mostly using neovim with builtin LSP and lspsaga/telescope for easier LSP interactions. And...

Basically an option to have ```d /** Function description Params: var = thing Return: thing */ ``` Automatically injected instead of ```d /** * Function description * Params: * var...

enhancement

![image](https://github.com/gdamore/tree-sitter-d/assets/60989682/762276f5-f273-4a48-8662-7383fcc427ec) Top string is highlighted correctly (and actually good according to my syntax file) (seems tree-sitter or t-s-d dies on warning lines) Bottom string is highlighted via tree-sitter-d and it...

In ```d const string varname; ``` string is not being highlighted as type

**Describe the bug** ALL_CAPS symbols are parsed as type. Might be because anything starting with capital letter is considered a type I.e: ```d SomeStruct lowercasetype CSTYLE_CONST ``` Are highlighted the...

### OS info OS: Arch Linux LDC: v1.37.0 ### Steps to reproduce ```bash touch test.d echo "void main() {}" >> test.d ldc test.d valgrind --leak-check=full --show-leak-kinds=all ./test ``` ### Valgrind...