Sam Jesse

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Sam Jesse created a post, Ace Jump shortcut not working
Running Webstorm 11.0.4 on MacBook El Capitan. When I press Ctl+; expecting to start the Ace Jump, then press "e", it types the letter instead of searching for the words on the screen which starts ... -
Sam Jesse created a post, Acejump Ctrl+; does not work on Mac
AceJump 3.1.6 is installed in Webstorm 11.0.4 on Mac El Capitan Hitting Ctrl+; and then typing a character, failed to hight light the matching characters. How can I get AceJump to work? thx -
Sam Jesse created a post, Red squiggly line under ES6 code text
A javascript code having this red squiggly line under some code when EC6 is used. But my ECMAScript 6 is selected in the Preference > JavaScript option. I remember dismissing the Babel Watcher sinc... -
Sam Jesse created a post, /usr/local/bin/wstorm: Permission denied
Hi How can I open a file for editing with webstorm from the Mac terminal? I am getting the error in the post title. Thanks -
Sam Jesse created a post, keep javascript code in one line when Option Cmd L for reformating
When I Option Cmd L to reformat this javascript file and there is a json object which extends pass the page line brake, it wraps it to the next line, How can I stop that from happening so that the ... -
-
Sam Jesse created a post, Meta key on window 7 Toshiba Protoge M750
I could not workout how to find a Meta key on the keyboard in order to use the short cuts. I tried Shift, Window key for no avail. What should I do? Thanks Also Ctrl+z does not undo last change. -
Sam Jesse created a post, File watcher 'Babel" warning after javascript 6 turn on
I use webStorm for my meteor app developing, I changed javascript version under Languages & Frameworks > JavaScript to ECMAScript 6. Now I get a green background label in the top of the screen sayi... -
Sam Jesse created a post, meteor is not recognized as internal or external command on window 7
When I issue meteor --help on the window 7 command prompt, I get the error stated in this post's title.However it works if I am logged in to my machine as an admin or as another used. I copied the ... -
Sam Jesse created a post, Meteor code completion in file.js
In a js file, when I type the Template.postItem.<tab>I getTemplate.postItem.helpers()But I want Template.postItem.helpers({});And the cursor in the middle line indented properly waiting for code w...