microsoft / microsoft/vscode-cpptools
Syntax highlight failed partly and autocomplete failed all the time.
Open
@michelleangela is already working on this.
Since Feb 7, 2022.
Feature: Auto-complete
Feature: Colorization
investigate: repro
Language Service
reliability
Visual Studio
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Bug type: Language Service
Describe the bug
- OS and Version: Windows 10 Home
- VS Code Version: 1.64
- C/C++ Extension Version: 1.8.2
- If using SSH remote, specify OS of remote machine: Ubuntu 20.04
- The workspace is a single project which could be found at https://github.com/cmu-db/bustub and the following is the screen shot of the workspace.

Steps to reproduce
-
Open the repo as a workspace.
-
open file at
src/container/hash/extendible_hash_table.cppand wait for the language server to parse. -
At line
110

-
See error. The variable is not highlighted while the hover is showed successfully.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.