mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-12-25 23:29:40 -05:00
Update README.md
Added the jmaxwilson POV-Ray extension to the Syntax and Lint and IntelliSense sections.
This commit is contained in:
parent
b136143a21
commit
5ab92af54b
10
README.md
10
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.
|
||||
|
Loading…
Reference in New Issue
Block a user