Suggestions not showing in C# IntelliSense
See original GitHub issueIssue Type: Bug
Hi, the suggestions for C# IntelliSense aren’t showing in my editor. I only see The only suggestions that do show are words I already typed earlier in the class. I have included a screenshot of a new script I’m working on demonstrating the issue.
I have attempted:
- Restarting VSC.
- Uninstalling and reinstalling most recent version of C# IntelliSense and restarting VSC.
- Uninstalling most recent version of C# IntelliSense and installing an older version and restarting VSC.
None of these solutions worked and I still can’t see suggestions when I type. If I could get some help that’d be great as I’m a beginner with C# and could really do with this extension working to optimise my work flow.
Thanks, Anna
Extension version: 1.24.1 VS Code version: Code 1.65.2 (c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1, 2022-03-10T14:33:55.248Z) OS version: Windows_NT x64 10.0.19043 Restricted Mode: No
System Info
Item | Value |
---|---|
CPUs | AMD Ryzen 3 3200G with Radeon Vega Graphics (4 x 3593) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled skia_renderer: enabled_on video_decode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | undefined |
Memory (System) | 5.94GB (1.15GB free) |
Process Argv | C:\Users\anna-\Desktop\Create with Code\Prototype 3\Prototype 3\Assets\Scripts\PlayerController.cs --crash-reporter-id 23f5ef5e-92a5-4c8d-bd40-6d62b1ed1f13 |
Screen Reader | no |
VM | 0% |
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyl392:30443607
pythontb:30283811
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
vsclayoutctrt:30451275
dsvsc009:30452663
pythonvsnew555:30457759
vscscmwlcmt:30438805
vscgsvidc:30447482
pynewfile477:30450038
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Visual Studio C# IntelliSense not automatically displaying
Open Tools > Options > Text Editor. If you're only having this issue with one language, find that language; if it's for everything,...
Read more >Visual Studio IntelliSense Not Working? What To Do.
Visual Studio IntelliSense Stopped Working. What To Do? · Workaround #1: Restart Visual Studio · Workaround #2: Restart Your Machine · Workaround # ......
Read more >IntelliSense not working in VS Code - The Windows Club
How do I fix VS Code IntelliSense? · Use Keyboard Help. · Check Settings. · Restart VSCode. · Update VSCode. · Select Correct...
Read more >How To Solve IntelliSense Not Working In VS Code
If the IntelliSense is installed and still not working then most of the time restarting/reloading the program will solve the issue. So give...
Read more >Fix: VS Code Intellisense Not Working - YouTube
Read Our Article: https://www.brainytechz.com/2021/12/vs-code- intellisense - not - working.html Visit Our Website: https://www.brainytechz.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
“Right click the
Project
panel and ChooseOpen C# Project
.”This command will automatically generate the .csproj files for you and open your file with vscode as a project (you need to set vscode as your external script editor).
It took me a while to figure out what this meant. So here’s a screenshot for others to find it.