shlogg · Early preview
Shrijith Venkatramana @shrsv

Creating Custom Views In Visual Studio Code With VSCode API

Create a custom view in VSCode with DBChatPanel class: register command, handle webview messages & update view state. Next steps: dynamic connections UI & LSP forwarding.

Hi there! I'm Shrijith Venkatrama, the founder of Hexmos. Right now, I’m building LiveAPI, a super-convenient tool that simplifies engineering workflows by generating awesome API docs from your code in minutes.
In this tutorial series, I am on a journey to build for myself DBChat - a simple tool for using AI chat to explore and evolve databases.
See previous posts to get more context:

Building DBChat - Explore and Evolve Your DB with Simple Chat (Part 1)
DBChat: Getting a Toy REPL Going in Golang (Part 2)
DBChat Part 3 - Configure , Connect & Dump Databases
Chat With Your DB via DBChat & Gemi...