IDE/Editor for SWI-Prolog?

I use swipl-win.exe on Windows 10 for running and debugging.

For editing I mainly use Visual Studio Code with one of two Prolog extensions active. (Marketplace)

VSC-Prolog
or
Prolog

For looking at large fact files (thousands to millions of lines) I use Notepad++ (64-bit)

For looking at larger fact files (Gigabytes) I use grep on Ubuntu which is runs side by side on Windows 10 via WSL. With this I can Copy-N-Paste from one OS to the other and can access Window files and Windows USB drives on Windows as normal and on Ubuntu when they are mounted. :slightly_smiling_face:

1 Like