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 CALL EXIT GET POST FETCH QUERY CALCULATE SQL CLASS AND NOT OR ALSO
|