appwiki:code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appwiki:code [2024/01/09 07:23] – [VS Code for Blender setup] yingappwiki:code [2024/04/10 17:49] (current) – [setting and app path] ying
Line 9: Line 9:
 |                | vscode | npp | |                | vscode | npp |
 | duplicate line | alt+shift+up/down | ctrl+d | | duplicate line | alt+shift+up/down | ctrl+d |
 +
 +===== setting and app path =====
 +
 +  * add git to VS Code path
 +    * ctrl + shift + p: Preference: Open user settings (json)
 +    * settings.json <code>{
 +    "git.enabled": true,
 +    "git.path": "D:\\App_Dev\\PortableGit\\bin\\git.exe",
 +    "php.validate.executablePath": "D:\\App_Server\\xampp\\php\\php.exe",
 +}
 +</code>
  
 ====== Setup Extension for Web Dev ====== ====== Setup Extension for Web Dev ======
Line 40: Line 51:
   * now, install extra module into vritual env python, example <code>.\dev_myproj\Scripts\python.exe -m pip install fake-bpy-module</code>   * now, install extra module into vritual env python, example <code>.\dev_myproj\Scripts\python.exe -m pip install fake-bpy-module</code>
   * in few seconds, your vs code auto detection should be able to know the extra library, if not, make sure your vs code right bottom corner switch to that virtual env python interpreter    * in few seconds, your vs code auto detection should be able to know the extra library, if not, make sure your vs code right bottom corner switch to that virtual env python interpreter 
 +
 +Additional extension:
 +  * Black formatter by MS: auto format for vs code
  • appwiki/code.1704785013.txt.gz
  • Last modified: 2024/01/09 07:23
  • by ying