Visual Studio Code python 代码快速自动提示

2020-12-13 04:02

阅读:552

标签:def   har   rac   exp   ack   int   add   code   als   

1、file --> setting->设置

    搜索 python 或者auto_complete

   setting.json

 

{
    "explorer.confirmDelete": false,
    // "python.linting.pylintArgs": [
    //     "--generate-members"
    // ],
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "python.jediEnabled": false,
    "python.autoComplete.addBrackets": true
}

  

Visual Studio Code python 代码快速自动提示

标签:def   har   rac   exp   ack   int   add   code   als   

原文地址:https://www.cnblogs.com/cbugs/p/11102295.html


评论


亲,登录后才可以留言!