lapce-go icon indicating copy to clipboard operation
lapce-go copied to clipboard

Go language support using gopls

Results 8 lapce-go issues
Sort by recently updated
recently updated
newest added

Running on OSX `0.3.1 (1)` I am gettign the following warning: ``` 2024-02-12T19:34:58.051171Z WARN lapce_app::window_tab: [Go (gopls)] Usage of startLspServer as a notification is deprecated. ``` Coming from a working...

## Environment - windows10 - Lapce version - 0.2.8 - extension version - v2023.1.0 ## Description: Currently, when opening a Go project with the extension enabled, it launches a terminal,...

VSCode and Goland have a button that allows users to regenerate the CGo definitions, which is pretty much required when using CGo. Without it, you have to constantly restart `gopls`...

This PR assumes this other PR gets merged https://github.com/lapce/lapce-plugin-rust/pull/18 Also rename `initialize` => `calculate_lsp_params` and do effectful calls (like start_lsp and responding to request) in handle_request. Signed-off-by: Hanif Bin Ariffin

Hi, I've tried by myself but I'm pretty new to rust development. Would be great to have an integration with the popular golangci-lint tool. Maybe would live in another repo...

the go tool chain installation will overwrite the existing version for example: dlv tool before launch lapce: ![image](https://user-images.githubusercontent.com/4404609/222091411-8acdbe6d-06cf-4988-a453-54d0a2cf0663.png) after launch lacpe: ![image](https://user-images.githubusercontent.com/4404609/222091492-7d8c1302-bb2b-49c5-9990-5b964ec4ac27.png) Vscode cannot be debugged due to the old...

I found `lapce-go` have used old versions of go tools. So I just did a small update for using go tools from locally installed versions.