You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,25 @@
1
1
# Submitty Extension for VS Code
2
2
3
3
## Overview
4
+
4
5
The Submitty Extension for VS Code integrates the Submitty grading system directly into Visual Studio Code, allowing users to easily submit assignments, view grades, and interact with their courses without leaving the editor.
5
6
6
7
## Features
8
+
7
9
-**Assignment Submission**: Submit assignments directly from VS Code.
8
10
-**Grade Retrieval**: View grades and feedback within the editor.
9
11
-**Course Management**: Access course information and assignment details.
10
12
-**Error & Feedback Display**: Get inline feedback on submissions.
11
13
12
14
## Setup
15
+
13
16
1. Open the **Submitty Extension**.
14
17
2. Enter your **Submitty server URL**.
15
18
3. Authenticate using your **username and password**.
16
19
4. Select your **course** from the available list.
17
20
18
21
## Usage
22
+
19
23
-**Submit an Assignment**:
20
24
1. Open the relevant assignment file.
21
25
2. Click on the HW you want graded.
@@ -24,9 +28,11 @@ The Submitty Extension for VS Code integrates the Submitty grading system direct
24
28
- Open the Submitty panel to view assignment grades and instructor feedback.
25
29
26
30
## Requirements
31
+
27
32
- A valid Submitty account.
28
33
29
34
## Roadmap
35
+
30
36
-[ ] Allow users to access homeowrk
31
37
-[ ] Figure out a way to grade homework and display results back to users
0 commit comments