During the last years, I have been using Visual Studio Code for everything. Therefore, now that I started using Snowflake I have had a hard time to adapt to its very white and very cramped (personal opinion) Snowsight interface. So, today I will show you how to set-up VS Code so that you can access your Snowflake data directly from VS Code.
The set-up is very, very simple. First of all, in your VS Code get the official Snoflake extension from the marketplace.
![](https://nimbusintelligence.com/wp-content/uploads/2023/04/image-1024x407.png)
Once you have installed it, a new tab will appear with the Snowflake logo on the left side. You can click on it and the login section will appear.
![](https://nimbusintelligence.com/wp-content/uploads/2023/04/image-1-1024x498.png)
Once you have filled it and logged in, just create a new .sql
file and it will work exactly as if it was a Snowflake worksheet. Keep in mind though, these files will be saved locally and, if you want to have them backed up, it will be up to you to do so.
![](https://nimbusintelligence.com/wp-content/uploads/2023/04/image-2-1024x619.png)
That’s it! Now you can have your Snowflake worksheets in VS Code and take advantage of all the extensions, personalization and fancy stuff that it has.
I have some other blogs about Python, SQL and Snowflake, check them out