[VS Code] ~ Tips when using python ~
tips1: What to do if IntelliSense doesn't work with jupyter files
Solved by the following method
- Install Pylance with VS Code extension
- Open the settings screen with the shortcut key (Windows: Ctrl +,) or Basic Settings> Settings from the menu bar, and open the settings.json file.
- Add or change "python.languageServer": "Pylance", in the file
tips2: Replace
Can be replaced with the following command
command + shift + H