Alexander Zeitler
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 20
-
Edited Change indentation of arrow function in Javascript
Hi which JavaScript formatting option do I have to modify to instead of this formatting result: client .setClaimForUser({ userId, claim }) .then(() => { return resolve(true); }, err =>... -
Created Remove trailing spaces only from blank lines
How can I remove trailing spaces from blank lines using reformat code or on save? I don't want them to be removed from no blank lines as it seems to happen by activating "Strip trailing spaces on S... -
Created Reformat spacing in HTML attributes
Hi, how can I cleanup this HTML code: <div style=" background-color: #009fff; float: left; height: 54px; padding: 0.5rem 0 0.5rem 1rem;"> to look like this: <div style="background-col... -
Edited arrow-spacing in ES6 arrow function
Hi, how do I enforce a space between the parenthesis and the arrow in a ES arrow function? This is the default result: server.init(context, (err, app)=> { This is the required result: server.init(c... -
Created Autocomplete does not work for Node.js core modules
Using WebStorm 10.0.4, autocompletion for Node.js 0.12.7 does not work.These are my settings / errors in WebStorm:I also ran "Invalidate Caches / Restart".The problem occurs in multiple projects. -
Created Keymap for new Terminal tab?
Hi,is there an existing keymap to create a new terminal tab when you are in the terminal window already? Or is it even possible to assign a keymap to this?ThanksAlex -
Created AngularJS file template and variables
Hi,consider the following template:angular.module('$module') .controller('${NAME}', function ($scope) { $scope.awesomeThings = [ 'HTML5 Boilerplate', 'AngularJS', ... -
Created Reformat code / white space handling
Hi,consider this piece of code:items: [ { title: "params", uri: "params"}, {title: "optional params, uri: "optional-params"}]As you can see, there's a white space befo... -
Created Navigate to less variable
Hi,is it possible to quick navigate to a less variable using WebStorm?Thanks,Alex -
Created WebStorm 8, nvm, lessc
Hi,I'm running WebStorm 8 on Ubuntu 14.04.Node is installed using nvm.My Node path is /home/alex/.nvm/v0.10.29/bin/node (running which node from WS Terminal).The WS Node interpreter is set up for t...