appwiki:code

This is an old revision of the document!


VS Code

  • the free cross-platform from Visual Studio Maker (Microsoft) and all in one solution to end all free code editor in all platform, for its extension-ability.
vscode npp
duplicate line alt+shift+up/down ctrl+d

Setup Extension for Web Dev

  • Live Sass Compiler by Ritwick Dey:
    • it compile sass, scss to CSS, and it also auto install Live Server to live update Web browser from your saving action in VS code.

VS Code for Blender setup

ref:

Steps:

  • install Extension: python
  • make sure you have a python installed
  • run a test code to see which python it use
  • use that python to -m pip install fake-bpy-module (so your code gets syntax highlight and auto complete)
    • note: once that install, you may find your normal python, your blender detection script may think it is inside blender
  • install Ruff extension to check your code realtime.
  • appwiki/code.1702957936.txt.gz
  • Last modified: 2023/12/19 03:52
  • by ying