The extension provides syntax-highliting-feature that changes the color and font of the code based on particular syntax rules.
This extension provides a code completion tool. IntelliSense attempts to guess what the developer to type in order to complete and helps him in the line of code. Using this tool may reduce typographical and synctactical errors.
In particular, it provides:
- Builtins
- Aggregates
- Constants
- Predicates (written by developer)
- Terms (for each Predicates, written by developer)
Code completions.
This extension provides a code-diagnostic-tool that helps the user by outlining syntactic and semantic errors in ASP.In particular:
- it shows an error if syntax errors are present;
- it shows a warning if a rule is unsafe;
- it shows a warning if an atom is used only once;
This extension provides a code prompter tool. Prompter will helps developer to fix line of code that contains error in:
- Builtins
- Aggregates
- Constants
The extension provides snippets that gives templates to help the user when writing code