Intellij-idea: auto-repetition of letter keys

You can change also be more specific and change the behavior for only IntelliJ with the following command. The -g option in the above solution changes it for all applications. defaults write com.jetbrains.intellij ApplePressAndHoldEnabled -bool false For the 14.x community edition, you may need to use a different URI: defaults write com.jetbrains.intellij.ce ApplePressAndHoldEnabled -bool false … Read more

Mocha’s describe “require() is missing” in WebStorm 11

Edit: As noted in the comments, the actual issue addressed in this question is actually a bug in IntelliJ 15 / WebStorm 11 (see https://youtrack.jetbrains.com/issue/WEB-18768). I’m leaving the answer below because many people come here when searching for the solution provided. 2023 edit: Looking back at this, I think that if you include the @types/mocha … Read more

Using Google Chrome extension APIs in TypeScript

As of TypeScript 2 (or 2.x, not sure), you should import the Google Chrome types from @types. In package.json: “devDependencies”: { … “@types/chrome”: “0.0.35”, // Or just npm install –save-dev @types/chrome And in tsconfig: “types”: [ // (various types, e.g. jquery, core-js), “chrome” ]

How to integrate WebStorm with Vue.js

WebStorm now supports vue.js (starting from 2017.1 [blog]) So no additional steps required DEPRECATED This is the checklist of ways to improve WebStorm(PhpStorm, Idea, etc.) experience: Use Vue.js plugin. UPDATE: Both plugins have own problems atm vue-for-idea has weird side-effects (hiding node_modules from project view); John Kelly’s Vue.js plugin force you to use special declarations … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)