Arihant Verma

Results 3 comments of Arihant Verma

@pomber heya! 👋🏼 . Thank you for this awesome software! I've been desperately wanting to be able to search in vscode as well though 🙈

@stipsan This is a scenario I'm dealing with – I have a sticky navigation menu header. On click of any menu item, it scrolls to the required element. But because...

I tried a bare bones webpack setup to check this. ```javascript // src/1.js const a = 'a'; // src/2.js const b = 'b'; // src/index.js const index = 'index' ```...