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 developing a javascript application. Rite now i am using E text editor
http://www.e-texteditor.com
I have used UltraEdit also but i found E-text editor better.
I want to know if there is any other editor more powerful than E-text editor?
and what better facilities it has?
What editor should you use? Vim of course! I mean Emacs!
I mean, seriously. There is nothing more personal for a programmer than a choice of his editor. Not even the choice of his language is more personal so I doubt you'll get any meaningful answers other than "You should use my favorite editor! Because it's the best." "No, you should use mine! Because it's better."
Unless you just want to see a flame war then, well, have fun.
I don't think you'll really find an editor specifically geared towards js, I think you've found what I would choose if you are stuck on a windows platform ;)
I personally use TextMate which is what E-texteditor is modeled after, and if you can harness the specific bundles for any given language you can have some real productivity increases. You can find framework specific bundles also that include snippets, shortcuts, etc...
But the thing I like about editors like these, there isn't so much automation that you loose touch with the language. At its core it's still a text editor.
Well i also was looking for a better Javascript editor for some time. However I finally ended up with Aptana since i noticed that is pretty much supportive with Javascript developments.
Obviously it's not an editor but an IDE which is a derivative of eclipse. The thing is that there are lots of libraries and frameworks for Javascript so we can't expect that our editor or IDE is supported with all these.
Related
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 4 years ago.
Improve this question
I'm wondering if there is some software that makes creating websites easier like a "Photoshop" with buttons and menus for front-end development. Or do people just code the whole thing in a text editor?
I'm asking because I came across a video about "Webflow" and it seems like building a website using tools like this would be much faster for professionals than coding it.
Do professionals use any tools like this? If so which are the most popular?
https://www.youtube.com/watch?v=yJ3vsAnbi_o
Many thanks!
Well, there are two approaches here:
1. Online Websites creators
There are many online tools for creating websites. The most popular are:
Unbounce
Wix
These tools allow you to create websites without edit any line of code.
1. Professional web development:
when I started working with HTML and JavaScript, in 2006, I started with the Windows Notepad, and this helped me a lot to memorize all the tags. Some years ago, I worked with Adobe Dreamweaver as well.
Today, the most popular editors among front-end engineers are MS Visual Code and Atom. These are free/open source and excellent editors. There are many other popular editors as well. I used Visual Code and Atom for a long time. Today I'm using Webstorm from Jetbrains. Webstorm is a very powerful JavaScript IDE (it's free for college students).
Most of the front-end developers use UI frameworks to develop UI elements such as Buttons, Forms, Boxes, etc. Twitter Bootstrap is the most famous UI framework today, however, there is a bunch of UI frameworks available. You can also develop UI elements only coding native HTML and CSS for styling.
This is just the tip of the iceberg. There are many great tools available on the web.
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 am a new bie to Javascript.
I need to start learning angular js.
I know IDE WebStorm, Sublime, Brackets.
What is good IDE for javascript? And how can I test my javascript easily.
It looks like you've tried out several editors already - which is great. I highly recommend you check out the Atom text editor which is available on Mac, Windows and Linux for free.
Some features Atom can do without you having to leave the editor & open another application:
run your code & have the output displayed in the editor
open multiple terminal sessions
run various testing suites from within the editor
Here is a YouTube video I made a few weeks ago covering more than a dozen of plugins I use for javascript development, including the three plugins I mentioned above.
There are a variety of great plugins for Atom. You can find more packages on their website.
I also made a comprehensive list of Atom editor plugins to install.
Webstorm is best, especially with angular
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
I am looking for a free editor that will support code hints/auto complete for THREE js.
Preferably a plugin for notepad++ but I will try just about any IDE that is free. I have heard that sublime 2 supports it but I want something I can use for free.
Also, I have tried to use Tern for Eclipse but for the life of me I can not get it to work.
Does anyone know of a good THREEjs editor or some magic way to get tern to work properly in Eclipse (using Latest Eclipse Java EE distribution)?
Editors
JavaScript editors are more useful to develop the scripting very quickly .
According to your question we may develop the three js by using Bracket IDE(as i mentioned in comment). But look into the Atom.io editor also. Atom is similar to Bracket but it has some more features than bracket.
Performance
Sublime is written in C, which makes it fast. Atom, as well as Brackets, are developed on a node+webkit platform .
Atom has its own custom version called "atom-shell" which means that they both are nothing more than just an advanced webapp and because of that - they will never be as fast as Sublime.
Atom and Bracket supports more language , even Atom is supported many language more than bracket too.
Links :
Atom Editor Link
Bracket Editor Link
Happy Coding.. !
brackets.io has out of box support for THREE js. Downloaded and working in 5min.
If you are doing anything with Three js and want something free and super easy with auto complete support this is a great editor.
Thank you vinohd for the link.
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
I'm currently a PHP Developer, and I absolutely love Laravel. However, even though Laravel is an excellent and powerful framework I feel as though I need to stay up to date on technologies and languages to deliver the absolute best. Which brings me to my main question, what would be the best way to transition(I Don't wish to just drop PHP, but shift my main focus) to JavaScript. Specifically, Node.JS, Angular, Meteor, etc...
The syntax of JavaScript is what really throws me off, does anyone know of a very well laid out tutorial series(Paid or Free) that I could learn from. I'm sure once I get past the learning curve I'll find it much easier. However getting past the curve is where I'm currently at, and struggling.
Thanks,
Bran
For Angularjs and the MEAN Stack
There is a great set of tutorials for Angularjs on code school here.
I used them to learn the basics but in reality the best way to learn is to build a project you're passionate about.
For myself I learned how to use Ionic for mobile development, here is my open source code for that (Ionic is built on Angularjs).
Another great way to learn is to follow the Microsoft MEAN Stack video that they made about 6 months ago here it is. They do a full MEAN Stack project thats really easy to follow along with.
Conclution
To learn any new tech build build build, its the only way to discover more. Good luck
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 5 years ago.
Improve this question
I need some editor tools for any markup language that could provide simple table generation and text editing for my users. Something like stackoverflows markdown editor, but with table generation support. What kind of markup language and editor can I use?
You might be interested in WYSIWYG text editor called CKEditor.
It is api for web, you can embed it into your web application using just html + javascript.
It support most of major browsers, and is hightly customizable.
It generates pure html on the end. And has wide range of tools, especially the one you are looking for: table.
Check out the demo: http://ckeditor.com/demo
I personally like TinyMCE, but I might be biased since it's the default editor for all the projects I do at my day-job :) You can check it out here: http://www.tinymce.com/tryit/full.php but be aware, the one in the demo is set up with overkill many features enabled. It's highly customizable, so you can make it do just what you want, and pretty easily too.