vscode-python: Python: Go to Symbol in File Broken
From @rwinslow on June 11, 2018 18:39
Issue Type: Bug
Whenever I try to Go to Symbol in File
I get a message “No Symbols Found”. I work with a large codebase and do not need Workspace symbols, only within the file. This was working maybe a version ago but has since been broken for a couple of weeks. Disabling extensions does not help.
VS Code version: Code 1.24.0 (6a6e02cef0f2122ee1469765b704faf5d0e0d859, 2018-06-06T17:30:30.113Z) OS version: Darwin x64 17.5.0
System Info
Item | Value |
---|---|
CPUs | Intel® Core™ i7-4960HQ CPU @ 2.60GHz (8 x 2600) |
GPU Status | 2d_canvas: unavailable_software flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on native_gpu_memory_buffers: enabled rasterization: unavailable_software video_decode: enabled video_encode: enabled vpx_decode: enabled webgl: enabled webgl2: enabled |
Load (avg) | 2, 2, 2 |
Memory (System) | 16.00GB (0.25GB free) |
Process Argv | /Applications/Visual Studio Code.app/Contents/MacOS/Electron . |
Screen Reader | no |
VM | 0% |
Extensions (6)
Extension | Author (truncated) | Version |
---|---|---|
beautify | Hoo | 1.3.1 |
prettify-json | moh | 0.0.3 |
python | ms- | 2018.5.0 |
Go | ms- | 0.6.82 |
vscode-icons | rob | 7.23.0 |
ayu | tea | 0.14.0 |
(2 theme extensions excluded)
Copied from original issue: Microsoft/vscode#51634
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (5 by maintainers)
@JuliuszKaczmarek Try setting
"python.jediMemoryLimit": -1
and see if that solves the problem. It looks like your Windows install has an unhappywmic
that we’re hitting.