Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

IntelliSense errors with Parsing the .pb.h header file generated from the protobuffer proto file

Đang mở
#14,116 2 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
30/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
cpp, typescript
Lĩnh vực
devtools, tooling

Hướng nghiên cứu

Bắt đầu với đoạn mã .pb.h tối thiểu và chẩn đoán về PROTOBUF_NAMESPACE_OPEN, sử dụng các thiết lập cStandard, cppStandard và intelliSenseMode được báo cáo. Tái hiện với protobuf-include.zip và các phiên bản VS Code cùng tiện ích mở rộng C/C++ được liệt kê; hoàn tất khi header được tạo không còn hiển thị lỗi IntelliSense này.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

bug Language Service parser verified Visual Studio
Environment
  • OS and Version: CentOS7
  • VS Code Version: 1.98.2
  • C/C++ Extension Version: 1.29.3
Bug Summary and Steps to Reproduce

Bug Summary:
Opening the .pb.h header file generated from the .proto file of Protobuf, there is IntelliSense error: this declaration has no storage class or type specifier.

  1. My protobuf version is 3.6.0
  2. The minimal case might look like this:
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/port_def.inc>
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE
  1. Error displayed on macro PROTOBUF_NAMESPACE_OPEN

  2. The attachment here is the header file provided by protobuf
    protobuf-include.zip

Configuration and Logs
{
    "configurations": [
        {
            "name": "Linux",
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "cStandard": "c11",
            "cppStandard": "c++11",
            "intelliSenseMode": "linux-gcc-x64"
        }
    ],
    "version": 4
}
Other Extensions

No response

Additional context

No response

Ngôn ngữ chính
TypeScript
Star
6.2k
Fork
1.7k
Merge trung bình
1 ngày 4 giờ
Pull request đã merge (30 ngày)
58

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của microsoft/vscode-cpptools

Tất cả issue của microsoft/vscode-cpptools

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.