question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support syntax highlighting for optional chaining

See original GitHub issue

Hello,

is it possible to support syntax highlighting for the ‘optional chaining’.

const example = obj?.abc?.['def']?.(123, 345);

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelgmcdcommented, Mar 10, 2019

This plugin has nothing to do with the errors you see, only the syntax highlighting.

0reactions
TylerBarnescommented, Mar 10, 2019

Makes sense, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Optional chaining operator support in VSCode - Stack Overflow
VS Code 1.41 supports optional chaining in both JavaScript and TypeScript files. This support includes syntax highlighting and IntelliSense.
Read more >
Javascript Optional Chaining Syntax Highlighting #108283
Create a new JS file. Use optional chaining. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) ...
Read more >
Optional chaining operator (`?.`) | Can I use... Support tables ...
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on ... JavaScript operator: Optional chaining operator ( ?...
Read more >
Optional chaining (?.) - JavaScript - MDN Web Docs - Mozilla
The optional chaining ( ?. ) operator accesses an object's property or calls a function. If the object accessed or function called is ......
Read more >
[Solved]-Optional chaining operator support in VSCode-babel.js
VS Code 1.41 supports optional chaining in both JavaScript and TypeScript files. This support includes syntax highlighting and IntelliSense.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found