Skip to content

Instantly share code, notes, and snippets.

View StefanHaunsberger's full-sized avatar

Stefan J. Haunsberger StefanHaunsberger

View GitHub Profile
include("codeToInclude.jl")
# Example typing:
# func : Typing the prefix 'func', only {'function', 'functionloc'} show up in the auto complete drop down menu
# In the console, however, {'function', 'functionloc', 'funcTion'} are presented as possible inputs
# Once the funcTion is implemented in the script below, it is underlined green with the hover-message:
# "[CSTParser.Diagnostics.Diagnostic] Possible use of undeclared variable funcTion"
funcTion(3,4)