UPDATE: Debug & resolve from Spacebars is fixed.
https://youtrack.jetbrains.com/issue/WEB-14479#comment=27-975967
UPDATE: Debug & resolve from Spacebars is fixed.
https://youtrack.jetbrains.com/issue/WEB-14479#comment=27-975967
I like vim a lot, because I donāt really like using mouse when programming
Janus provides a really great, quick setup for vim.
The Tomorrow-Night-Bright
colorscheme is great, you can use it by just doing echo "colorscheme Tomorrow-Night-Bright" >> .vimrc.after
I was never able to get coffeescript debugging to work correctly on Webstorm. I think it was on the node side. IIRC the breakpoints didnāt work right on the node side.
@logician did you contact support? They are pretty on the ball about helping you work through issues in my experience.
Hey Max,
I did contact support. See below their response from 5 March. They say they donāt support Coffeescript in Meteor.
-Juan
This issue is tracked as https://youtrack.jetbrains.com/issue/WEB-14794. Unfortunately I canāt recommend any workarounds:( Please vote for it to be notified on any progress.
Note also that WebStorm provides no support for Meteor CoffeeScript - see https://youtrack.jetbrains.com/issue/WEB-14479
The OP wrote āDebug & resolve from Spacebars is fixed.ā as his final comment. Have you tried it since version 10?
Hey Max,
Yes server Coffeescript breakpoints seems fixed in the latest release! (BTW, The issue is actually WEB-14794 not WEB-14479 which you cited.)
Thanks!
-Juan
An interesting new one, especially if you use JS (Iām a CS guy). Ironically from MS just announced today: http://www.hanselman.com/blog/IntroducingVisualStudioCodeForWindowsMacAndLinux.aspx
Their intellisense for JS looks neat. I may even switch away from Atom. VSCode is based on Electron, same core as Atom from github: https://code.visualstudio.com/Docs/languages
I didnāt know about Select Next Occurrence. Itās exactly what iām missing the most from ST3. You saved my life
I use Neovim, a fork of Vim, which will make it easy for editors like Sublime or Atom to be legitimate GUIs for (neo) vim. Plugins for Sublime or Atom, or various other editors, will allow for keystrokes in said editors to be passed directly to a headless instance of Neovim, then Neovim will handle the text operations and send the update back to the editors. I canāt wait for the first release of Neovim.
A plugin for Atom is already a work in progress here: https://github.com/carlosdcastillo/vim-mode
This will mean Vim + Amazing Graphics (in Atom you can customize it with CSS! Itās a webapp after all).
How funny: there is a total of 13% who tried vim while developing meteor and 10% prefer that editor as their preferred editor for meteor XD looks like weāve got some vim die hards here
I use emacs with Tern. And sometimes switch to Subl. These two have worked for me always.
yes, and compared with Sublime a larger majority of people who try WebStorm prefer it (of the 30 people who tried WebStorm 21 prefer it (70%). Of the 37 people who tried Sublime, only 54% prefer it.)
Looks like I should try WebStorm. I prefer emacs mainly because Iāve become used to the key bindings.
Heard good things about nitrous.io too.
Hi @quark we tried https://c9.io/ and nitrous but they didnāt work very well for us (things didnāt stay synced). Recently we found a Webstorm plugin for floobits which allows collaborative programming and it works pretty well! https://floobits.com/
Hey @maxhodges I just watched someoneās open workspace on floobits and I liked it, I must say. I tried to deploy the sample todo app with nitrous, and it was showing some error and I didnāt have time to dig the error, so left it alone - a few days ago.
We shall try floobits. Is it possible that one guy uses one IDE, another uses something else, and things stay synced?
Iām not sure about cross-editor compatibility. sorry!
It was a long history for me to pick my editor. lol
I was using Eclipse and Emacs in college as they taught Java and C/C++.
When I start web development, I tried to use Aptana, Netbeans and then switch to Coda.
Later I found Sublime Text 2, then I switched and loved it and at the mean time, I tried Atom, Brackets and even c9,
But I am missing all kinds of cool features a IDE provides, then I found WebStorm and switched.
However, I am not only doing Meteor, but sometimes PHP and Java for my clients.
So, now I am using Intellij Idea for typical projects and using ST2 for quick editing a simple file.
So far, like it.
On Windoze Iāve been using Eclipse / Node.js VM / Remote Sytem Explorer . Setup explained here: https://coderwall.com/p/yylpya/meteor-development-environment-eclipse-with-rse-plugin-to-virtualbox-vm
But now Iām in love with www.c9.io because it has a meteor workspace right out of the box and you can push code changes to github If i had a paying meteor project, Iād even pay for c9.io too, but it does come with a reasonable amount of free VM power.
You donāt need to be a fan of the terminal to like and use Vim.
Iām the farthest thing from being a āfanā of the terminal, but I use MacVim to great success. I can use my mouse to drag things around, highlight things, and basically anything that Sublime Text or Atom can do. Except itās also ultra lightweight on resources as opposed to most editors and I can (if I choose to) customize anything and everything. Look up NERDTree if you donāt believe me.
I recommend using the Janus distro to get started.