Vscode: Add support for ES private class fields (#fieldName)

Created on 30 Oct 2019  路  5Comments  路  Source: microsoft/vscode

Private class fields are already Stage 3 and supported in node 12. However, I didn't manage to turn them on in VS Code syntax checking.
image

*duplicate typescript upstream-issue-linked

Most helpful comment

The TypeScript project powers vs code鈥檚 JavaScript intellisense

All 5 comments

@suricactus you need to read about the language protocol this is because your using type script as linter

This is definitely not a duplicate of the typescript bug in #30829

It would be best to not confuse type script issues and javascript issues.

private class refrence breaking intellesense

The TypeScript project powers vs code鈥檚 JavaScript intellisense

update on the PR to add ES private class fields to TS: https://github.com/microsoft/TypeScript/pull/30829#issuecomment-563337384

Was this page helpful?
0 / 5 - 0 ratings