VS Code

18.10.2018
10 základních tipů na používání VS Code

17.7.2018

Párové úvozovky

(Closing/paired brackets)
Ctrl + Shift + |
---
7.5.2018 - Testuji VS Code

Zatím s láskou vzpomínám na atom a jeho doplňování uvozovek

Pluginy:

  • vscodevim.vim
  • JavaScript (ES6) code snippets
  • open in browser
  • vetur
  • vue 2 snippets
  • eslint
    • npm install -g eslint
    • npm install --save-dev eslint eslint-plugin-vue
  • openHAB


Porovnání 2016

Eslint

sudo npm install eslint eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard -g

sudo npm install eslint eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-config-prettier -g

main.js

Na řádek s definicí Vue přidat toto: // eslint-disable-line no-new

new Vue({ // eslint-disable-line no-new
  el: '#app',
  render: h => h(App)
})


Žádné komentáře:

Okomentovat

Server Side Rendering - Next

The Benefits of Server Side Rendering Over Client Side Rendering