VirtualWhirlwind / vscode-povray2

A Visual Studio Code extension to allow you to edit Persistence of Vision Ray Tracer (POV-Ray) Scene files and render them using the integrated terminal
MIT License
6 stars 3 forks source link

Feature: Include Code Completion reading from INC files #3

Closed kennebel closed 2 years ago

kennebel commented 2 years ago

See if I can implement the VSCode Code Completion capabilities to provide the ability to give code suggestions when certain keywords are typed, from the standard INC files. Consider user created INC files in a later feature addition if this works.

kennebel commented 2 years ago

Initial code completion working with basic library INC files!