Ctrl+Click not working in large JavaScript files

I love using Ctrl+Click to go to the definition of a JavaScript (JS) function.  That functionality is working fine in most of my JS files and in all C# files.  However, it appears that for large JS files, it does not.  In those cases, I do not get the underline when hovering over a word and holding the Ctrl key on the keyboard.

I suspect that a Visual Studio (Enterprise) 17.12.3 setting is colliding with a R# (v. 2024.3) setting.  I read the old posts on this topic but did not have any luck with any of the suggestions.  Any suggestions on VS or R# settings to check that might help with this issue?

0
3 comments

Hello Awhittaker, thank you for your message. Do you have such a menu item? If yes, what happens after clicking on this item?

Also, do you have the Resume Analysis item when you right-click on the icon above the scrollbar?

If yes, does clicking on this item help?

0

Maria Pleskunina, thank you very much for your reply!  Unfortunately, I do not have either of those options available.

0

Awhittaker, thanks for your reply. I have a new idea that it might be a Visual Studio navigation feature stopped working. Could you please check if you have JavaScript and TypeScript option enabled in ReSharper | Options | Environment | Products & Features? If it is disabled, it means that ReSharper does not provide its functionality in JavaScript files, and therefore, most likely the navigation provided by the Visual Studio doesn't work in JS large files.

0

Please sign in to leave a comment.