BitTigerInst / BitTiger-CS504-FAQ

CS504 后端工程师直通车 FAQ
20 stars 10 forks source link

What was the ide used for Python code reading in codelab? #37

Open bihjuchiu opened 7 years ago

bihjuchiu commented 7 years ago

On the codelab2, inside Python environment, teacher typed "code .", then an ide popped out with the Python project. Can you tell us what ide is this?

hackjutsu commented 7 years ago

That's vscode.

  1. Install vscode
  2. Open vscode, press Command+ P
  3. Type in >shell, then select Shell Command: Install code command in PATH

Might not work for Windows.

hackjutsu commented 7 years ago

It's a shortcut that comes with the IDE.

Personally, I have code for vscode, atom for Atom, vim for Vim and idea for IntelliJ.

bihjuchiu commented 7 years ago

Thanks!

bittiger-java commented 7 years ago

PyCharm is my fav Python IDE, also developed by JetBrains

bihjuchiu commented 7 years ago

嗯嗯, 谢谢。