Dongdong Zhou

Results 151 comments of Dongdong Zhou

> There should be some existing code for finding matching brackets that you can have a look/reuse. e.g. here https://github.com/lapce/lapce/blob/master/lapce-data/src/document.rs#L2515

Looking good! Thanks for your good work. I think let's keep the current pairs for this PR, and maybe explore other pairs in future PRs?

LGTM. Thanks for your amazing work!

Maybe let's get the core functionality merged, and the UI bit in the next PR?

Maybe we can use collect it to Vec first and do the sort, and convert to im::Vector after that.

There is a new fork of gocode which works for modules https://github.com/stamblerre/gocode vscode-go is starting to use it, and it's shown in golang issue trackers for tools supporting modules: https://github.com/golang/go/issues/24661

@ipapapa Sometimes it crashes only around 10 minutes after restarting; sometimes it took half an hour.

For shapes, I’m using Lyon to tress the paths into triangles. For text, I use font kit to draw to pixel map, and quad it. I checked out your repo...

> I tried using my path renderer for glyphs and it's just too inefficient. I tried that before. Just too many triangles that need to send to GPU. I'm recently...

Is it easy to add? And I can help if you could give me a bit of guidance.