-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write guide for setting up VS Code #5
Comments
Space Indentation
Extensions
|
Basic Features
ShortcutsSee this documentation RulersPreferences > Settings > Editor:Rulers "editor.rulers": [80,120]
"workbench.colorCustomizations": {
"editorRuler.foreground": "#ff4081"
} Bash
Python Testing ExtensionThe Python Testing Extension provides an integrated interface on the panel GUI to run tests with single button presses. See the documentation. |
I think this is a great idea, as a non-VS code user, I'd be glad to help look at it from the eyes of someone "new" to VS Code. I wound up here because I am noticing a lot of students have Pylance installed, which by default has auto-import behavior that is not great for new users. It is leading to people submitting assignments with half a dozen imports at the top that aren't intended. e.g. they try to use a constant named NUMBER, accept the autocompletion and wind up with a So I'd like to suggest that we mention this caveat and recommend disabling that Pylance feature. |
Add an article on how to set up VS Code for coursework within the department.
The article should contain the following:
In addition to the above, I would suggest including the following:
The official documentation would be a great resource for writing this guide.
The text was updated successfully, but these errors were encountered: