Marc
Marc

Reputation: 101

How to use VSProlog in Visual Studio 2015?

I have installed the VSProlog extension in my Visual Studio 2015, from here: https://visualstudiogallery.msdn.microsoft.com/50f0f293-bcb5-4f95-a9d0-afff92306973

Going to Tools>Extensions and updates I can see the extension installed, and it's enabled. Everything seems fine.

But trying to create a simple prolog .pl or .ari file, in File>New project... I can create C#, Visual Basic files, ASP, Python... but nothing appears related to Prolog.

How can I create a Prolog File in my Visual Studio?

Upvotes: 3

Views: 1366

Answers (1)

sebagomez
sebagomez

Reputation: 9609

Disclaimer: I'm the developer of the extension.

As stated before, VSProlog is not a template extension. It just enables syntax coloring for prolog files defined as *.ari and *.pl. Opening a .pl file with Visual Studio and the extension installed (of course) should be enough.

Feel free to file an issue at GitHub

Upvotes: 1

Related Questions