DEV Community

Discussion on: Visual Studio Code's New Editor Sticky Scroll Feature - Never Get Lost In The Code Again!😍

Collapse
 
anatooly profile image
Antony Bash

Some moment not work, like this:

const MyComponent = props => {
  const myCallback = values => {
  }

  const getSomeValue = value => {
  }
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
deri_kurniawan profile image
Deri Kurniawan • Edited

Unfortunately It's not working when use arrow function. Only work for function and class so far

Some comments have been hidden by the post's author - find out more