I have both IronPython 2.7 and Python 3.3 installed. Intellisense works perfectly when I use IronPython and other languages but as soon as I switch to Python ,it stops working with a message -"Intellisense database is currently not up to date and completions may be missing".Refreshing the databases in Python Environments has no effect and shows "Completion DB needs refresh" whereas it says "Completion DB is up to date" in IronPython. Tried
- uninstalling PTVS,Python
- deleting the leftover files in "..\Common7\IDE\Extensions\Microsoft"
but had no effect. It does work while using python interactive. How can I get it to work in the editing area? PTVS version 2.0. Thanks!