Skill README
Syntax highlighter to skill files in visual studio code.
Features
Syntax Highlighting
Go to Definition
Shortcut key F12
Document Symbol
Code Completion
Diagnostic
Shortcut key Ctrl-Shift-M .
Limited at this time. Checks only for syntax errors in defun and procedure.
Folding
;region REGION NAME
your blocks of code...
;endregion
Snippet
Type the keyword (or part of it) then hit Space .
region
defun
procedure
let
when
unless
case
if else
foreach
for
setof
mapcar lambda
Theme
Skill Dark Modern
Skill Light Modern
Extension Settings
This extension contributes the following settings (press Ctrl + , to open settings):
Code Completion Settings
skill.completion.enableAllegroSkillFunctions : Enable Allegro SKILL functions.
skill.completion.enableFrameworkIISkillFunctions : Enable Framework II SKILL functions.
skill.completion.userCustomKeywords : Configure user's own keywords. Use | char to separate. Example: skillCustomKeyword1|skillCustomKeyword2.
Diagnostic Settings
skill.diagnostic.maxNumberOfProblems : Limit the maximum number of problems produced.
Release Notes
0.1.0
0.2.0
0.3.0
- Add region folding
- Add new items in configuration
0.4.0
- Resolve #3. Add ocean files *.ocn in extensions
0.5.0
- Add Skill Dark Modern theme
- Update Snippets
- Remove comma after 'type' by @SeanStrain in #4
0.6.0
- Add Go to Definition
- Add Document Symbol
- Add Code Completion
- Add Diagnostic (limited)
- Update syntax highlighting and themes
0.7.0
- Update Document Symbol
- Update Code Completion
- Update Snippets
- Resolve #5. Add Framework II SKILL Functions
Support
Enjoy!
| |