From: Arthur W. <rth...@gm...> - 2017-09-17 15:53:33
|
Hi all, Several weeks ago, I published an extension of VS Code to support prolog, initially for swi-prolog. Now I have extended some features for eclipseclp. You are welcome to have a try if you use VS Code and eclipseclp. Visit the repository for details: https://github.com/arthwang/vsc-prolog__ By the way, I came across some difficulties when tried to implement advanced features such as "find all references", "refactor predicates" and "debugger". I have not found any equivalents of swi-prolog such as prolog_codewalk, prolog_trace_interception in eclipseclp documents. Any suggestions and helps are greatly appreciated. With best regards, Arthur Wang |