Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense Not Working #6376

Closed
kbvatral opened this issue Sep 15, 2023 · 1 comment
Closed

Intellisense Not Working #6376

kbvatral opened this issue Sep 15, 2023 · 1 comment

Comments

@kbvatral
Copy link

Environment data

dotnet --info output:

.NET SDK:
Version: 7.0.100
Commit: e12b7af219

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19045
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\7.0.100\

Host:
Version: 7.0.0
Architecture: x64
Commit: d099f075e4

.NET SDKs installed:
5.0.416 [C:\Program Files\dotnet\sdk]
6.0.414 [C:\Program Files\dotnet\sdk]
7.0.100 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.All 2.1.30 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.30 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.17 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.22 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.30 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.17 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.13 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.22 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.32 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.17 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.13 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.22 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 7.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
x86 [C:\Program Files (x86)\dotnet]

Environment variables:
Not set

global.json file:
Not found

VS Code version: 1.82.2
C# Extension version: 2.1.2 (reproducible in versions >=2.0)
C# Dev Kit Version: 0.4.10 (reproducible in other versions)

Steps to reproduce

  1. Open a Godot generated C# project in VSCode
  2. Open any .cs file
  3. Attempt to use autocomplete/intellisense features
  4. Intellisense completions show up in popup menu, but do not input when selected (see GIF)

IntellisenseIssue

Expected behavior

Expect code to be generated into the .cs file based on the autocomplete popup suggestion.

Actual behavior

No code is generated, and occasionally, some of the typed code is overridden (see GIF).

Additional context

Possibly related to #6036 ?

Extensions currently installed:

  • doggy8088.netcore-editorconfiggenerator
  • geequlim.godot-tools
  • GrapeCity.gc-excelviewer
  • jan-dolejsi.pddl
  • kleber-swf.unity-code-snippets
  • ms-dotnettools.csdevkit
  • ms-dotnettools.csharp
  • ms-dotnettools.vscode-dotnet-runtime
  • ms-dotnettools.vscodeintellicode-csharp
  • ms-python.isort
  • ms-python.python
  • ms-python.vscode-pylance
  • ms-toolsai.jupyter
  • ms-toolsai.jupyter-keymap
  • ms-toolsai.jupyter-renderers
  • ms-toolsai.vscode-jupyter-cell-tags
  • ms-toolsai.vscode-jupyter-slideshow
  • ms-vscode-remote.remote-ssh
  • ms-vscode-remote.remote-ssh-edit
  • ms-vscode.cpptools
  • ms-vscode.mono-debug
  • ms-vscode.remote-explorer
  • neikeq.godot-csharp-vscode
  • njpwerner.autodocstring
  • ritwickdey.LiveServer
  • VisualStudioExptTeam.intellicode-api-usage-examples
  • VisualStudioExptTeam.vscodeintellicode
  • Vue.volar
@dibarbet
Copy link
Member

dibarbet commented Sep 16, 2023

This is a duplicate of #6011

The next release (next week) should either fix the issue, or have more debug info so that we can track down the cause of the problem.

@dibarbet dibarbet closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants