golang
Crafting a Language Server in Golang: A VSCode LSP for Lama2
Dive into our journey at Hexmos, where we bridged Lama2 with VSCode using Golang's LSP. From challenges to insights, we're excited to share it all! 🦙🚀.
golang
Dive into our journey at Hexmos, where we bridged Lama2 with VSCode using Golang's LSP. From challenges to insights, we're excited to share it all! 🦙🚀.
Problem: Inconsistent code formatting across different contributors makes code reviews tedious and harms readability. Solution: Implement Prettier, Husky, and lint-staged to automatically format code with each git commit. Benefits: 1. No more "format-fighting" between contributors – consistency is king! 2. Streamlined reviews – with automated styling, dive straight into the