I wanted to do the same with Visual Studio Code because the PyScripter interpreter I used so far was convenient.
Useful for people who only use Python for development. Search for "new file" from Settings and set Default Language to python
VS Code extension that displays the execution result in real time when you create Python code. I think there are other extensions with these extensions,
If you create a new file with this, it will be recognized as a Python file without saving it in .py format, and if you start AREPL, the execution result will be displayed in real time.
Recommended Posts