This repository contains a list of VS Code Extensions that help improve productivity, code readability and documentation of your data science projects
cat extensions_list.txt | xargs -n 1 code --install-extension
code --list-extensions > extensions_list.txt
To save the extensions with their respective version:
code --list-extensions --show-versions > extensions_list.txt
I have not included the basic extensions like python, pylance, jupyter notebook etc (in the list above) which are essential for python projects and need to be installed for the projects anyway.
To setup your personal AI code assistant using Continue in 10 minutes, follow the detailed tutorial here.
Let me know if you also use some other extensions which I missed and might be good to have here.