Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.23 KB

File metadata and controls

25 lines (18 loc) · 1.23 KB

Prolog-swi learner support for IntelliJ family (IDEA,WEBSTORM...)


Basic prolog syntax analysis

alt syntax The plugin has its parser and lexer to give you hints when the code you write doesn't follow the prolog syntax

Highlighter for predicates/ predicates reference, atom, constant....

alt syntax

Go to implementation

alt syntax right click on referenced predicate name to see its implementation or hold command/ctrl + click the referenced predicate name.
the plugin will identify the predicates with the different amount of parameters and navigate to the predicate which has same parameter numbers as you chose.

Commenter

alt syntax batch commenter, select lines and hold command/ctrl + "/"

Auto formatting

this helps you add spaces around UNIFY and other operators and indent composed predicates to make your code look pretty

###local installation if u can't find it at plugin marketplace yet, download PrologPlugin and installed it at your IDE by disk-installation