From 5ab92af54bb51f84972ddde07404694e3e9025e6 Mon Sep 17 00:00:00 2001 From: Sven-Erik Date: Fri, 10 Jul 2020 10:19:10 +0200 Subject: [PATCH 1/2] Update README.md Added the jmaxwilson POV-Ray extension to the Syntax and Lint and IntelliSense sections. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e581394..ff2396a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Twig](#twig) - [Other extensions](#other-extensions) - [Read more](#read-more) + - [POV-Ray](#pov-ray) - [Python](#python) - [TensorFlow](#tensorflow) - [ReasonML](#reasonml) @@ -237,6 +238,7 @@ Language packages extend the editor with syntax highlighting and/or snippets for - [Parser 3](https://marketplace.visualstudio.com/items?itemName=viatsko.parser3) - [Pascal](https://marketplace.visualstudio.com/items?itemName=alefragnani.pascal), or [OmniPascal](https://marketplace.visualstudio.com/items?itemName=Wosi.omnipascal) (only for Windows) - [Perl HTML-Template](https://marketplace.visualstudio.com/items?itemName=viatsko.perl-html-template) +- [POV-Ray](https://marketplace.visualstudio.com/items?itemName=jmaxwilson.vscode-povray) - [Protobuf](https://marketplace.visualstudio.com/items?itemName=peterj.proto) - [Ruby](https://marketplace.visualstudio.com/items?itemName=groksrc.ruby) - [Scala](https://marketplace.visualstudio.com/items?itemName=scala-lang.scala) @@ -500,6 +502,14 @@ To enable Emmet support in .twig files, you'll need to have the following in you - [Configuring Visual Studio Code for Drupal](https://www.drupal.org/docs/develop/development-tools/configuring-visual-studio-code) +## POV-Ray + +- [POV-Ray](https://marketplace.visualstudio.com/items?itemName=jmaxwilson.vscode-povray) - Persistence of Vision Ray Tracer (POV-Ray) Extension, includes Syntax Highlighting and Snippets for common POV-Ray scene elements, Render the current scene from within Visual Studio Code + +![Animated GIF of POV-Ray in Visual Studio Code](https://raw.githubusercontent.com/jmaxwilson/vscode-povray/master/images/vscode-povray-demo.gif) + +![Animated GIF of POV-Ray Snippets](https://raw.githubusercontent.com/jmaxwilson/vscode-povray/master/images/vscode-povray-snippets-demo.gif) + ## Python - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more. From 8b358c20854517ace88e375c7bbafd15b4f99c8c Mon Sep 17 00:00:00 2001 From: Sven-Erik Date: Fri, 10 Jul 2020 10:20:54 +0200 Subject: [PATCH 2/2] Update README.md Removed the second GIF. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ff2396a..6e2087a 100644 --- a/README.md +++ b/README.md @@ -508,8 +508,6 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Animated GIF of POV-Ray in Visual Studio Code](https://raw.githubusercontent.com/jmaxwilson/vscode-povray/master/images/vscode-povray-demo.gif) -![Animated GIF of POV-Ray Snippets](https://raw.githubusercontent.com/jmaxwilson/vscode-povray/master/images/vscode-povray-snippets-demo.gif) - ## Python - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.