microsoft / PTVS

Python Tools for Visual Studio
https://aka.ms/PTVS
Apache License 2.0
2.53k stars 676 forks source link

LSC prototype: Django template IntelliSense #5727

Closed huguesv closed 5 years ago

huguesv commented 5 years ago

This is currently all commented out, since it had dependencies on IntelliSense related base classes in PythonTools.

huguesv commented 5 years ago

I have IntelliSense working again, using a temporary implementation that just returns fixed values and doesn't call into language server.