question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Intellisense and pylint don't work at all

See original GitHub issue

Environment data

VS Code version: 1.20.0-Insider Python Extension version: 2018.1 Python Version: 2.7.14 (64bit) OS and version: Windows 10 Education x64 (Creator’s Fall Update)

Actual behavior

I am unable to make python intellisense and linting to work on vscode. I have tried all possible fixes and suggestions around without any success. I attach a picture, which provides many additional info about my setup.

vscode_pylint

The file shown opened in the photo is located in C:\Users\Σπύρος\Documents\enigma2\lib\python\Screens\Hotkey.py.

While I have included the required python modules in the autoComplete.extraPaths variable, pylint throws errors about not being able to find enigma module.

In addition, intellisense doesn’t work. When I right-click on a class/module and select “peak definition”, it shows nothing. Autocomplete doesn’t work as well, even for os module. Same for all other modules. The folders shown in the bottom right explorer windows contain all required modules. Each sub folder contains an empty __init__ file to tell python that it contains modules.

The python version and pylint version are displayed in the upper right corner in the cmd window. Both are in windows PATH.

What I noticed some days ago, when I tried different solutions, was that if I move the whole project folder to somewhere else (e.g. C:), I was able to make intellisense to work. So there must be something wrong with the files being located inside C:\User\Σπύρος\... because of the Greek letters being used. But this worked only for autocomplete. Pylint didn’t work in this case either.

Expected behavior

Steps to reproduce:

Logs

Click to expand (Output from ```Python``` output panel ) ```##########Linting Output - pylint########## No config file found, using default configuration ************* Module Screens.Hotkey 13,0,error,E0401:Unable to import 'enigma' 18,10,error,E0602:Undefined variable '_' 18,27,error,E0602:Undefined variable '_' 19,3,error,E0602:Undefined variable '_' 19,22,error,E0602:Undefined variable '_' 20,3,error,E0602:Undefined variable '_' 20,23,error,E0602:Undefined variable '_' 21,3,error,E0602:Undefined variable '_' 21,21,error,E0602:Undefined variable '_' 23,16,error,E0602:Undefined variable '_' 25,16,error,E0602:Undefined variable '_' 27,16,error,E0602:Undefined variable '_' 28,3,error,E0602:Undefined variable '_' 29,3,error,E0602:Undefined variable '_' 30,3,error,E0602:Undefined variable '_' 31,3,error,E0602:Undefined variable '_' 34,19,error,E0602:Undefined variable '_' 36,16,error,E0602:Undefined variable '_' 38,17,error,E0602:Undefined variable '_' 41,18,error,E0602:Undefined variable '_' 45,24,error,E0602:Undefined variable '_' 47,26,error,E0602:Undefined variable '_' 49,25,error,E0602:Undefined variable '_' 52,23,error,E0602:Undefined variable '_' 61,22,error,E0602:Undefined variable '_' 63,23,error,E0602:Undefined variable '_' 77,19,error,E0602:Undefined variable '_' 81,20,error,E0602:Undefined variable '_' 84,34,error,E0602:Undefined variable '_' 86,19,error,E0602:Undefined variable '_' 88,21,error,E0602:Undefined variable '_' 90,24,error,E0602:Undefined variable '_' 93,19,error,E0602:Undefined variable '_' 95,20,error,E0602:Undefined variable '_' 97,19,error,E0602:Undefined variable '_' 99,23,error,E0602:Undefined variable '_' 101,24,error,E0602:Undefined variable '_' 132,25,error,E0602:Undefined variable '_' 133,25,error,E0602:Undefined variable '_' 134,25,error,E0602:Undefined variable '_' 135,25,error,E0602:Undefined variable '_' 136,25,error,E0602:Undefined variable '_' 137,25,error,E0602:Undefined variable '_' 138,25,error,E0602:Undefined variable '_' 139,25,error,E0602:Undefined variable '_' 140,25,error,E0602:Undefined variable '_' 141,25,error,E0602:Undefined variable '_' 142,25,error,E0602:Undefined variable '_' 143,25,error,E0602:Undefined variable '_' 144,25,error,E0602:Undefined variable '_' 145,25,error,E0602:Undefined variable '_' 146,25,error,E0602:Undefined variable '_' 147,25,error,E0602:Undefined variable '_' 148,25,error,E0602:Undefined variable '_' 149,25,error,E0602:Undefined variable '_' 150,25,error,E0602:Undefined variable '_' 151,25,error,E0602:Undefined variable '_' 152,25,error,E0602:Undefined variable '_' 153,25,error,E0602:Undefined variable '_' 154,25,error,E0602:Undefined variable '_' 155,25,error,E0602:Undefined variable '_' 156,25,error,E0602:Undefined variable '_' 157,25,error,E0602:Undefined variable '_' 158,25,error,E0602:Undefined variable '_' 159,25,error,E0602:Undefined variable '_' 160,25,error,E0602:Undefined variable '_' 161,25,error,E0602:Undefined variable '_' 162,25,error,E0602:Undefined variable '_' 163,25,error,E0602:Undefined variable '_' 164,25,error,E0602:Undefined variable '_' 165,25,error,E0602:Undefined variable '_' 166,25,error,E0602:Undefined variable '_' 168,26,error,E0602:Undefined variable '_' 169,26,error,E0602:Undefined variable '_' 170,26,error,E0602:Undefined variable '_' 171,26,error,E0602:Undefined variable '_' 172,25,error,E0602:Undefined variable '_' 173,25,error,E0602:Undefined variable '_' 175,26,error,E0602:Undefined variable '_' 176,25,error,E0602:Undefined variable '_' 177,25,error,E0602:Undefined variable '_' 179,26,error,E0602:Undefined variable '_' 180,26,error,E0602:Undefined variable '_' 182,26,error,E0602:Undefined variable '_' 183,25,error,E0602:Undefined variable '_' 184,25,error,E0602:Undefined variable '_' 185,25,error,E0602:Undefined variable '_' 186,25,error,E0602:Undefined variable '_' 187,25,error,E0602:Undefined variable '_' 188,25,error,E0602:Undefined variable '_' 189,25,error,E0602:Undefined variable '_' 192,25,error,E0602:Undefined variable '_' 193,25,error,E0602:Undefined variable '_' 194,25,error,E0602:Undefined variable '_' 195,25,error,E0602:Undefined variable '_' 196,25,error,E0602:Undefined variable '_' 203,25,error,E0602:Undefined variable '_' 204,25,error,E0602:Undefined variable '_' 205,25,error,E0602:Undefined variable '_' 206,25,error,E0602:Undefined variable '_' 207,25,error,E0602:Undefined variable '_' 208,25,error,E0602:Undefined variable '_' 209,25,error,E0602:Undefined variable '_' 210,25,error,E0602:Undefined variable '_' 211,25,error,E0602:Undefined variable '_' 212,25,error,E0602:Undefined variable '_' 213,25,error,E0602:Undefined variable '_' 214,25,error,E0602:Undefined variable '_' 216,53,error,E1101:Instance of 'tuple' has no 'endswith' member 218,27,error,E0602:Undefined variable '_' 222,27,error,E0602:Undefined variable '_' 229,16,error,E0602:Undefined variable '_' 230,31,error,E0602:Undefined variable '_' 301,67,error,E0602:Undefined variable '_' 309,47,error,E0602:Undefined variable '_' 311,47,error,E0602:Undefined variable '_' 323,16,error,E0602:Undefined variable '_' 324,31,error,E0602:Undefined variable '_' 325,33,error,E0602:Undefined variable '_' 337,51,error,E0602:Undefined variable '_' 339,51,error,E0602:Undefined variable '_' 346,30,error,E0602:Undefined variable '_' 391,64,error,E0602:Undefined variable '_' 392,64,error,E0602:Undefined variable '_' 402,30,error,E0602:Undefined variable '_' 413,30,error,E0602:Undefined variable '_' 441,80,error,E0602:Undefined variable '_' 444,80,error,E0602:Undefined variable '_' 501,66,error,E0602:Undefined variable '_' 531,2,error,E1137:'self' does not support item assignment 535,222,error,E1101:Instance of 'InfoBarHotkey' has no 'timeshiftActivated' member 541,22,error,E0602:Undefined variable '_' 543,22,error,E0602:Undefined variable '_' 557,10,error,E0602:Undefined variable '_' 567,3,error,E1101:Instance of 'InfoBarHotkey' has no 'session' member 567,61,error,E0602:Undefined variable '_' 584,7,error,E1101:Instance of 'InfoBarHotkey' has no 'runPlugin' member 596,7,error,E1101:Instance of 'InfoBarHotkey' has no 'runPlugin' member 602,6,error,E1101:Instance of 'InfoBarHotkey' has no 'runPlugin' member 614,5,error,E1601:print statement used 617,4,error,E1101:Instance of 'InfoBarHotkey' has no 'session' member 619,4,error,E1609:Import * only allowed at module level 623,5,error,E1101:Instance of 'InfoBarHotkey' has no 'servicelist' member 624,5,error,E1101:Instance of 'InfoBarHotkey' has no 'pipShown' member 624,25,error,E1101:Instance of 'InfoBarHotkey' has no 'showPiP' member 625,4,error,E1101:Instance of 'InfoBarHotkey' has no 'servicelist' member 626,4,error,E1101:Instance of 'InfoBarHotkey' has no 'servicelist' member 629,5,error,E1101:Instance of 'InfoBarHotkey' has no 'close' member 631,5,error,E1101:Instance of 'InfoBarHotkey' has no 'show' member 639,5,error,E0611:No name 'PPanel' in module 'Plugins.Extensions' 639,5,error,E0401:Unable to import 'Plugins.Extensions.PPanel.ppanel' 640,5,error,E1101:Instance of 'InfoBarHotkey' has no 'session' member 645,6,error,E0401:Unable to import 'enigma' 649,6,error,E1101:Instance of 'InfoBarHotkey' has no 'session' member 658,21,error,E1101:Instance of 'InfoBarHotkey' has no 'session' member 619,4,warning,W0612:Unused variable 'ConfigNothing' 619,4,warning,W0612:Unused variable 'StaticText' 619,4,warning,W0612:Unused variable 'Label' 619,4,warning,W0612:Unused variable 'setupfile' 619,4,warning,W0612:Unused variable 'xml' 619,4,warning,W0612:Unused variable 'ConfigListScreen' 619,4,warning,W0612:Unused variable 'getConfigMenuItem' 619,4,warning,W0612:Unused variable 'SetupSummary' 619,4,warning,W0612:Unused variable 'eEnv' 619,4,warning,W0612:Unused variable 'Setup' 619,4,warning,W0612:Unused variable 'setupdom' 619,4,warning,W0612:Unused variable 'getSetupTitle' 619,4,warning,W0612:Unused variable 'NumberActionMap' 619,4,warning,W0612:Unused variable 'SetupError' 619,4,warning,W0612:Unused variable 'Screen' 658,7,warning,W0612:Unused variable 'menu_screen' 663,3,error,E1101:Instance of 'InfoBarHotkey' has no 'openServiceList' member 665,3,error,E1101:Instance of 'InfoBarHotkey' has no 'showMovies' member Traceback (most recent call last): File "c:\program files\python27\lib\runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "c:\program files\python27\lib\runpy.py", line 72, in _run_code exec code in run_globals File "C:\Program Files\Python27\Scripts\pylint.exe\__main__.py", line 9, in <module> File "c:\program files\python27\lib\site-packages\pylint\__init__.py", line 16, in run_pylint Run(sys.argv[1:]) File "c:\program files\python27\lib\site-packages\pylint\lint.py", line 1347, in __init__ linter.check(args) File "c:\program files\python27\lib\site-packages\pylint\lint.py", line 768, in check self._do_check(files_or_modules) File "c:\program files\python27\lib\site-packages\pylint\lint.py", line 901, in _do_check self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers) File "c:\program files\python27\lib\site-packages\pylint\lint.py", line 980, in check_astroid_module walker.walk(ast_node) File "c:\program files\python27\lib\site-packages\pylint\utils.py", line 1016, in walk cb(astroid) File "c:\program files\python27\lib\site-packages\pylint\checkers\imports.py", line 443, in leave_module std_imports, ext_imports, loc_imports = self._check_imports_order(node) File "c:\program files\python27\lib\site-packages\pylint\checkers\imports.py", line 590, in _check_imports_order known_standard_library=self.config.known_standard_library, File "c:\program files\python27\lib\site-packages\isort\isort.py", line 64, in __init__ self.config = settings.from_path(settings_path).copy() File "c:\program files\python27\lib\site-packages\isort\pie_slice.py", line 333, in wrapper result = user_function(*args, **kwds) File "c:\program files\python27\lib\site-packages\isort\settings.py", line 146, in from_path _update_settings_with_config(path, '.editorconfig', '~/.editorconfig', ('*', '*.py', '**.py'), computed_settings) File "c:\program files\python27\lib\site-packages\isort\settings.py", line 154, in _update_settings_with_config editor_config_file = default and os.path.expanduser(default) File "c:\program files\python27\lib\ntpath.py", line 311, in expanduser return userhome + path[i:] UnicodeDecodeError: 'utf8' codec can't decode byte 0xd3 in position 9: invalid continuation byte ```
Click to expand (Output from ```Console window``` (Help->Developer Tools menu)) ```/C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1321 Error: Failed opening file C:\Users\Σπύρος\AppData\Roaming\Code - Insiders\logs\20180217T125350\renderer1.log for writing: No such file or directory at RotatingLogger (C:\Program Files\Microsoft VS Code Insiders\resources\app\node_modules\spdlog\index.js:16:3) at Object.t.createSpdLogService (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1321:145) at file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:4736:9 at file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:4736:246 at Object.V [as startup] (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:4737:810) at file:///C:/Program%20Files/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/electron-browser/bootstrap/index.js:10:553 at <anonymous> t.createSpdLogService @ /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1321 /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1313 ERR Error: Failed opening file c:\Users\Σπύρος\AppData\Roaming\Code - Insiders\logs\20180217T125350\output_1_20180217T125352\tasks.log for writing: No such file or directory at RotatingLogger (C:\Program Files\Microsoft VS Code Insiders\resources\app\node_modules\spdlog\index.js:16:3) at new t (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2944:617) at t.create (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:93:886) at e._createInstance (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1294:289) at e.createInstance (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1293:560) at t.instantiateChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2952:211) at t.createChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2951:336) at t.onDidRegisterChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2950:830) at new t (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2949:615) at t.create (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:93:886) /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1313 ERR Error: Failed opening file c:\Users\Σπύρος\AppData\Roaming\Code - Insiders\logs\20180217T125350\output_1_20180217T125352\extensions.log for writing: No such file or directory at RotatingLogger (C:\Program Files\Microsoft VS Code Insiders\resources\app\node_modules\spdlog\index.js:16:3) at new t (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2944:617) at t.create (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:93:886) at e._createInstance (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1294:289) at e.createInstance (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1293:560) at t.instantiateChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2952:211) at t.createChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2951:336) at t.onDidRegisterChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2950:830) at new t (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2949:615) at t.create (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:93:886) /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:4220 [C:\Users\Σπύρος\.vscode-insiders\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section. /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:4220 [C:\Users\Σπύρος\.vscode-insiders\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section. /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1416 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender: e for xmlTools.formatXml e._assertNoCtrlAlt @ /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1416 /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1416 Ctrl+Alt+ keybindings should not be used by default under Windows. Offender: e for xmlTools.evaluateXPath e._assertNoCtrlAlt @ /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1416 /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:257 [Extension Host] Error: Failed opening file C:\Users\Σπύρος\AppData\Roaming\Code - Insiders\logs\20180217T125350\exthost1.log for writing: No such file or directory at RotatingLogger (c:\Program Files\Microsoft VS Code Insiders\resources\app\node_modules\spdlog\index.js:16:3) at Object.t.createSpdLogService (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\node\extensionHostProcess.js:405:666) at new t (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\node\extensionHostProcess.js:456:21) at new t (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\node\extensionHostProcess.js:706:139) at c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\node\extensionHostProcess.js:712:480 at <anonymous> (at Object.t.createSpdLogService (c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\node\extensionHostProcess.js:405:751)) t.log @ /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:257 /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1313 ERR Error: Failed opening file c:\Users\Σπύρος\AppData\Roaming\Code - Insiders\logs\20180217T125350\output_1_20180217T125352\extension-output-#1.log for writing: No such file or directory at RotatingLogger (C:\Program Files\Microsoft VS Code Insiders\resources\app\node_modules\spdlog\index.js:16:3) at new t (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2944:617) at t.create (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:93:886) at e._createInstance (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1294:289) at e.createInstance (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1293:560) at t.instantiateChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2952:211) at t.createChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2951:336) at t.onDidRegisterChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2950:830) at e.fire (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:165:44) at e.registerChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2378:837) /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1313 ERR Error: Failed opening file c:\Users\Σπύρος\AppData\Roaming\Code - Insiders\logs\20180217T125350\output_1_20180217T125352\extension-output-#2.log for writing: No such file or directory at RotatingLogger (C:\Program Files\Microsoft VS Code Insiders\resources\app\node_modules\spdlog\index.js:16:3) at new t (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2944:617) at t.create (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:93:886) at e._createInstance (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1294:289) at e.createInstance (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:1293:560) at t.instantiateChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2952:211) at t.createChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2951:336) at t.onDidRegisterChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2950:830) at e.fire (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:165:44) at e.registerChannel (file:///C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2378:837) /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:257 [Extension Host] Python Extension: Failed to get conda info from conda null (at Console.originalConsole.(anonymous function) [as error] (c:\Program Files\Microsoft VS Code Insiders\resources\app\extensions\git\node_modules\diagnostic-channel-publishers\dist\src\console.pub.js:42:39)) t.log @ /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:257
</details>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:20 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nautilus7commented, Feb 28, 2018

@DonJayamanne THANKS! It works now! And python.autoComplete.extraPaths is not needed at all as I can see.

1reaction
brettcannoncommented, Feb 21, 2018

@MikhailArkhipov not supposedly; Python 3 is tons better with Unicode than Python 2 😁

Read more comments on GitHub >

github_iconTop Results From Across the Web

Intellisense and pylint don't work at all · Issue #719 - GitHub
I am unable to make python intellisense and linting to work on vscode. I have tried all possible fixes and suggestions around without...
Read more >
VS Code Python Intellisense and pylint not working properly
Installing npm allowed pylint to start working at all, but now I'm dealing with the known issue that pylint doesn't lint in real...
Read more >
Linting Python in Visual Studio Code
The linter has not been installed in the current Python environment. Open a command prompt, navigate to the location where your selecter interpreter...
Read more >
5 tips for using Python with Visual Studio Code
5 tips for using Python with Visual Studio Code · 1. Download the Python extension · 2. Select the linter that's right for...
Read more >
Python support in Visual Studio on Windows | Microsoft Learn
Visual Studio provides a first-class Python editor, including syntax coloring, autocomplete across all your code and libraries, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found