[cfe-dev] vscode-clangd; feature request

Andreas Ostermeyer via cfe-dev cfe-dev at lists.llvm.org
Tue Feb 5 02:01:15 PST 2019


clangd developers,

sorry, if this is not the right way to communicate my request.

Please suggest to add Objective-C and Objective-C++ to the language services to activate the vscode extension on. To achieve this package.json should read (at least):

…
        "activationEvents": [
                "onLanguage:c",
                "onLanguage:cpp",
                "onLanguage:objective-c",
                "onLanguage:objective-cpp"
        ],
…

Thanks in advance.

Best regards,

Andreas Ostermeyer


More information about the cfe-dev mailing list