Skip to content

pikachuabc/PrologPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

IntelliJ Prolog support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors