Can I debug node.js applications in Sublime 2? [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is this the right IDE for node.js or it's just a fast text editor? Can you guys suggest which IDE should be used for node.js?

Using the Chrome Browser with node-inspector has been very valuable for debugging node.js applications.

Microsoft just released a new free & cross-platform text editor called Visual Studio Code, with built-in Node.js debugging capabilities that looks very exciting - https://code.visualstudio.com/

WebStorms is an IDE with a very strong debugger for Node.js built in. It's just like the traditional debuggers in Eclipse or .NET.
It also has good support for things like CoffeeScript, etc.
http://www.jetbrains.com/webstorm/

Maybe you should consider using a modern, open source text editor called Brackets, which has extension called Node.js Debugger.
To start using it first you'll need to install it from Brackets Extensions Manager. Then start your script with node --debug-brk yor-script.js or node --debug your-script.js
Go into Brackets and click on Debug -> Node.js Debugger or use Ctrl-Shift-I
More information available on the github of the extension.

If you set up a new build system for sublime 2 you can run it with the ctr-B command.
See: Build Systems

You could try the node.js plugin for eclipse which allows you to build node.js projects. I haven't used it in a while now but as far as I know you can just debug like normal using that.
You could give it a shot anyway, here's the link:
http://www.nodeclipse.org/

Related

Use Netbeans Ide for HTML Project with NO Java [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I don't know who to ask or where to post this question: I have a Html project (html, css, php, javascript, mysql) which I edit with Notepad++. The project works OK so far, except the typing error correction & debugging is very basic (print statements in PHP, Firefox in-built debugger for Javascript, no on-line help when typing source code).
I would like to switch to the NetBeans IDE for this project, hoping the IDE will help me be more productive. I don't know Java and don't want to learn it. I am not a longtime Web Developer, this (Web projects development) is only temporary.
Is that possible ? Do you know a link to a tutorial for what I want ? If not here, where can I ask this question ?
Thanks.
There's no reason to learn java if you want use Netbeans as your favorite IDE.
Netbeans Download Options . You should download the HTML5/JavaScript version which comes for support for html,css,javascript and php.
However, you need the JDK (JavaDevelopmentKit) installed on your machine as Netbeans needs Java to run , not you. I'm using netbeans and is very useful. I decide to download the version for all the the supported languages since i start developing plugins for cordova (java).
Netbeans definitely will help you to be productive according to what you use (PHP,HTML and Javascript).

Looking for a IDE plus SDK of JavaScript [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am interested to know the best way to develop en JS. If I could get a list of tools for developing and debugging in JS. I am not sure if there. Currently, I am using:
Sumariing :)
Notepad++
JLint N++ pluggin
Chrome web inspector
WebStrom
Sublime Text 2
NetBeans 7.3
Dreamweaver
Development Tools are always going to be subjective, but my current setup is:
Visual Studio 2010 - The express edition is free and still supports javascript intellisense.
WebStorm by JetBrains - There's a paid version thats amazing.
Firebug Incredibly useful for debugging
Fiddler Web Proxy - Incredibly useful for debugging
You might also want to check out this list from Scott Hanselman: Ultimate Developer and Power Users Tool List for Windows
Try NetBeans 7.3
Project Easel: HTML5 Application Development
HTML5 Application project with JavaScript testing support
JavaScript Editor significantly improved
Page inspector and visual CSS style editor
JavaScript Debugger
Embedded WebKit browser; deep integration with Chrome
http://netbeans.org/community/releases/73/
Depending on what other languages you are using, your IDE may have JavaScript support.
I am using JetBrains PHPStorm to write PHP and the JavaScript support is excellent as it pre-compiles to check your code and give you intillisense.
This is a feature in many IDEs and it can really improve productivity as you will catch errors much earlier in your workflow.
I use Vim + jslint plugin + javascript syntax, I also installed ctags which is very useful to switch between different functions.
snippets is also a very useful vim plugin.
I find Webstorm to be the best but if you want free and open source try Eclipse. Also, firebug seems to work better than chrome debugger since you can install add-ons on firebug such as firecookie and many more.
Dreamweaver is also pretty good

Free Javascript+Jquery IDE ? Features like - intellisense etc [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for JavaScript IDE that is good and free.
I have read many post of stackoverflow itself, asking same question but most of the tools suggested are paid.
eg. https://stackoverflow.com/questions/209126/good-javascript-ide-with-jquery-support
But I am looking specifically and free IDE.
I use Eclipse for all my non-.NET coding. Mostly PHP/JS/jQuery and XUL/JS. It doesn't have autocompletion for jQuery though. Many people recommend Aptana since it does have jQuery support, however overall Aptana performed far slower and was buggy, so I just use plain Eclipse, but YMMV.
Eclipse: http://www.eclipse.org
Aptana: http://www.aptana.com
EDIT: There are plugins that may add jQuery support to Eclipse. Here's one: http://marketplace.eclipse.org/node/58952 I last searched for one about a year ago and didn't find any, but I might try installing this one at work tomorrow...
I had a similar issue not very long ago. While I personally now chose the not-very-expensive Jetbrains' Webstorm (http://www.jetbrains.com/webstorm/), another VERY close contender was the Aptana, and Komodo Edit - as I was initially looking for a free IDE/Editor as well. I sometimes still use Komodo Edit for some rather tiny and quick things.
Eclipse is the best option for you. It is free and has plugins to support most of the programming languages. The intellisense for javascript and jQuery is also there.
Eclipse
Eclipse IDE for JavaScript Web Developers is free, and will help you.
For the beginner, Aptana Studio 3 is my suggestion. Basically it's Eclipse focused to the web. And since it's eclipse-based, eclipse plugins will work on it also. It has auto-complete support for HTML5, CSS3, JS, PHP and many others i don't use.
For speed, i suggest Notepad++ with it's Explorer plugin and BeSpin Theme (for a similar feel to Aptana).
All of which don't have jQuery autocomplete though but you can have a quick look-up using jQuery's dynamic API Browser (Also available as an AIR app)
Sublime text editor with jquery plug-in for sublime is all that is required
Follow these steps if you are manually installing the plug-in
After you have installed sublime text editor
Create a jQuery folder (in 'Packages' folder)
copy the snippets to this folder
auto-completion would work in any .js file

ipython equivalent for javascript/coffeescript for node.js? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
More specifically, is there a REPL that has (more) colorful output, pretty printing, tab completion and the other goodies that ipython has for node.js javascript/coffeescript?
I've recently started a project to provide an enhanced, extensible, embeddable interactive interpreter for multiple languages running on Node (including built-in support for CoffeeScript) here:
http://danielgtaylor.github.com/nesh/
It's pretty basic at the moment but it already provides a nice base with multi-language support and an asynchronous plugin architecture, a small set of built-in utility functions, etc. Let me know if there are any specific features you are looking for :-)
To my knowledge, node and coffee are the only full-featured command-line REPLs for Node.js and CoffeeScript (respectively) right now. In their latest iterations, both offer some degree of colorful output, pretty printing, and completion.
This is the best REPL available - https://github.com/princejwesley/Mancy
Ankit, I was looking for exactly the same answer and ended up implementing it, perhaps it could be helpful for you as well: https://github.com/mksenzov/i.js
Have you tried the console in Chrome Dev Tools?
or this one: http://jsconsole.com/
Ok so for input commands history you can use this:
http://blog.doteight.com/blog/2011/01/16/rlwrap-and-node/
but this way the tab completion doesn't work...
anyone know how to call node interpreter with
tab autocomletion turned on?

IDE Suggestion for python and javascript [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last year.
Improve this question
I am using python for web programming and javascript heavily. Currently, i am using NetBeans
but i am looking for another IDE. NetBeans is not very good while programming with python and javascript. Any suggestion?
Komodo has support for both Python and Javascript.
JetBrains' PyCharm is good for Python but I don't think and it supports Javascript.
If you don't mind using Eclipse then use Pydev for Python and get a suitable plugin for Javascript.
(Thanks #deif) There is also Aptana. Aptana is based on Eclipse which means that it will support PyDev. It has better JS support too.
Update You probably know this, but I'll say it for the record. Don't forget the classic editors viz. Emacs and Vi(m). They have a steeper learning curve compared to the other editors listed above but the rewards of mastery are exponentially bigger.
You could try the version of eclipse for javascript and just add the pydev plugin for python development.
PyCharm (and other IDEs on IDEA platform) is brilliant IDE for python, js, xml, css and other languages in webdev stack.
I use Eclipse with Pydev (Python) and Aptana (Javascript) plugins
This is not an IDE, it's just a code editor but after installing some extensions, it's perfect. You can try Visual Studio Code
It's not quite IDE, but on MacOSX i'm using TextMate, it have many extensions which makes it very powerful.
For web programming I used Espresso, it only work on Mac but it is quite good,this one is an IDE.
I don't think the rest classify as an IDE.
For python I use sublimetext2 because it can be customize and has a great GUI feel.
I used to use notepad++ don't really suggest it.
I think if you are asking for efficiency use vim.

Categories

Resources