`go.work` support
See original GitHub issueAt the time of writing, I haven’t seen the syntax support for go.work
. Opened: https://github.com/fatih/vim-go/issues/3373 hopefully it can be extracted just like https://github.com/mattn/vim-gomod
If above is done, we should send go.work files to lsp.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Go Work Wireless On-Ear Headset - JLab
JLabGo Work Wireless On-Ear Headset ; Range: 30+ ft. ; Support Protocols: HSP/HFP/A2DP/AVRCP ; Codecs: SBC ; Battery: 500mAh lithium polymer ; Battery...
Read more >JLab Go Work Wireless Headsets with Microphone - 45+ ...
Amazon.com: JLab Go Work Wireless Headsets with Microphone - 45+ Playtime PC Bluetooth Headset and ... Support: Free Amazon product support included.
Read more >JLab - GO Work Wireless Office Headset - Black - Best Buy
The GO Work Wireless On-Ear Headset from JLab will be your new best friend at the office. Featuring 45+ hours of playtime to...
Read more >Tutorial: Getting started with multi-module workspaces
A tool to edit your code. Any text editor you have will work fine. A command terminal. Go works well using any terminal...
Read more >JLab Go Work Wireless Headset Review - YouTube
JLab Go Work Wireless Headsets with Microphone - 45+ Playtime PC Bluetooth Headset and ... SUPPORT THE CHANNEL TubeBuddy YouTube Toolkit: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jackieli-tes Thank you! I’ll look into it.
I believe yes:
In the gopls features doc it mentions text & html template completions within the
{{ }}
expressionsIn code, it assigns languageId: https://github.com/golang/tools/blob/master/internal/lsp/source/util.go#L167
Although I haven’t used it, so not sure if anything else is needed for it to work.