ddkwork
ddkwork
i will read this: https://github.com/golang/tools/tree/master/gopls
> Supporting LSP (Language Server Protocol) is the main thing needed to make gide a viable replacement for mainstream editors like VS Code. The current code editor layout is a...
https://github.com/ddkwork/golibrary/blob/master/stream%2Fcmd%2Fchecker.go#L9-L28
I will try, thanks ---Original--- From: ***@***.***> Date: Fri, Feb 23, 2024 09:55 AM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [cogentcore/cogent] Support LSP (Issue #305) To make the layout better...
I do not found that run splits, could you please go back to my computer? Thanks ---Original--- From: ***@***.***> Date: Fri, Feb 23, 2024 09:55 AM To: ***@***.***>; Cc: ***@***.******@***.***>;...
Oh no, founded ---Original--- From: ***@***.***> Date: Fri, Feb 23, 2024 09:55 AM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [cogentcore/cogent] Support LSP (Issue #305) To make the layout better for...
One guess as to a possible solution is to set a timeout on the client, but I haven't found where to set it there yet

```go package main import ( "fmt" "regexp" ) func extractCodeBlocks(text string) { patterns := map[string]string{ "Go": `\bfunc\b|\bpackage\b|\bimport\b`, "C++": `\bclass\b|\bint\b|\bvoid\b`, "Python": `\bdef\b|\bimport\b|\bfrom\b`, "Rust": `\bfn\b|\buse\b|\bmod\b`, } for lang, pattern := range patterns...
Combined with the wifi hotspot function, this can be used to implement a LAN file transfer tool for file transfer, directory transfer and clipboard sharing in real time. In addition,...