ASVIEST

Results 32 comments of ASVIEST

> import std/syntaxskins > {.syntaxSkin: caseSensive.} # or wrapperDefault, etc... BTW, now I think that sameIdent shouldn't be in syntaxSkin, it should be another pragma like `{.cmpIdent: sth.}` (because it's...

Maybe it's better, but I don't see much difference. It's worth noting that this resolves this case anyway: ```nim getISLandFrame -> getIsLandFrame get_is_land_frame -> getIsLandFrame # match but shouldn't #...

all ident matching and case insensitivity works via getIdent proc, if we add rules object for ident, we can > ```nim > getISLandFrame > ``` getISLandFrame this is a crazy...

I personally don't like the fact that foo and fO_o are both compiled. But I think that idea of this RFC is quite logical because it’s strange to make gameStop...

I also tried running this code, initially everything worked correctly, but it stopped working after updating the openai library. Going back to version 1.84.0 did not help

> But what about the Nim users who can use an editor invented after 1970 that can jump to the error so that we don't need these verbose code dumps...

by the way, I often use neovim without lsp. And finding line from message by line number not cool

> > by the way, I often use neovim without lsp. And finding line from message by line number not cool > > And how exactly does this context help...

> I just tested `--hint:Source:on`, it works well. Feel free to enable it in your config. I tested it and it realy good, strange that it's not particularly documented

I don't rely much on nim langserver because it creates multiple (infinite) instances of nimsuggest and make editor very slow