Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 693 Bytes

File metadata and controls

65 lines (47 loc) · 693 Bytes
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