Visual Studio How to add Python module to Intellisense

前端 未结 2 894
别跟我提以往
别跟我提以往 2020-12-17 09:52

How do I add a custom python module to the Visual Studio IntelliSense code completion tool?

Situation: I am working on a python module that references another module

2条回答
  •  感情败类
    2020-12-17 10:26

    Hello, this is the new ai enabled intellicode plugin for VS 2017 (python). You can install it and test the result. https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.VSIntelliCode Turn intellisense database !OFF! by setting -> tools->options->python->experimental->!ON!

    Now it works with the new ai-based intellicode.

    There may be a short delay-time, which is ai-backend-communication-referred (https://prod.intellicode.vsengsaas.visualstudio.com/). But after a short time you get all intellicode informations - may be - perhaps it may last one day :) ). Repeat the dot several times if necessary.

    Best Axel Arnold Bangert - Herzogenrath 01.2019

提交回复
热议问题