Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I make shortcut the menu, Language -> J -> Javascript

Tags:

notepad++

I often open .aspx file.

I used to do language -> j -> javascript. every time when I open aspx file

it's really annoying

I like to make short cut or macro.

But I cannot find this menu on Shortcut mapper.

How Can I do this?

like image 503
Sungguk Lim Avatar asked Mar 18 '10 07:03

Sungguk Lim


People also ask

How do I find keyboard shortcuts?

Press Ctrl + Alt + ? on your keyboard. Keyboard shortcut overview is now open.

What does Ctrl F do in Visual Studio?

You've probably already discovered the search shortcut Ctrl-F, but did you know Visual Studio Code has different types of find features built-in? Ctrl + F as mentioned above this shortcut will find whatever you search for in the current file.


1 Answers

You can associate the aspx extension with Javascript like this:

  • go to Settings/Style Configurator...
  • select Javascript language
  • enter aspx in User ext. textbox
  • click Save & Close

I hope this solves your problem

like image 88
rslite Avatar answered Nov 15 '22 03:11

rslite