Difference between revisions of "Visual Studio Code"

3 bytes removed ,  07:56, 4 February 2018
m
Formatting
imported>ChikkenChazer
m (Formatting)
imported>ChikkenChazer
m (Formatting)
Line 74: Line 74:
If you want to compile the edited file every time you save the file (CTRL+S) you can add a hook in keybindings.json
If you want to compile the edited file every time you save the file (CTRL+S) you can add a hook in keybindings.json


1. Choose File > Preferences > Keyboard Shortcuts
# Choose File > Preferences > Keyboard Shortcuts
2. Click the keybindings.json link at the top of the screen (below the search input)
# Click the keybindings.json link at the top of the screen (below the search input)
3. In your keybindings.json add the following JSON object to the JSON array (between the brackets)
# In your keybindings.json add the following JSON object to the JSON array (between the brackets)


<source lang="javascript">
<source lang="javascript">