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
This extension formats Pseudocode for the QCAA Digital Solutions subject.
Files need to end with a .dscode extension.
It currently will bold the following keys words as per the specification and my experiences so far. There are also a couple of autocompletes (just hit tab on IFs, Functions and Loops)
Post requests for extra on the repository.
BEGIN
END
IF
THEN
ELSEIF
ELSE
ENDIF
FUNCTION
RETURN
END FUNCTION
FOR
TO
STEP
NEXT
ENDFOR
REPEAT
UNTIL
WHILE
ENDWHILE
READ
WRITE
INPUT
SET
PRINT
OUTPUT
DISPLAY
RUN
EXECUTE
CALL
EXIT
GET
POST
FETCH
QUERY
CALCULATE
SQL
CLASS
AND
NOT
OR
# DigitalSolutionsPseudocodeExtension