Open core-ai-bot opened 3 years ago
Comment by kellystanly Sunday Mar 14, 2021 at 10:33 GMT
Thanks I prefer to use the html buttin to get started
Comment by Alonso-del-Arte Sunday Mar 14, 2021 at 18:37 GMT
I first became aware of Adobe Brackets a couple of years ago, when it seemed that every Web developer was using Sublime Text unregistered on their personal computers. Clearly Sublime Text is better than Notepad. But if you don't want to pay the $70 or $80 license, is it really worthwhile to rationalize continuing to use it unregistered? For me it's not. So I tried Brackets and have been using it ever since.
I work with JavaScript once in a while, but mostly I use Brackets to write, update and manage groups of related HTML files. The program has vastly improved my accuracy for links and images, because when Brackets completes a relative URL for me, I don't have to worry about switching a couple of letters or using the wrong case. Also, editing three or four HTML files in tandem is much easier than with three or four Notepad instances.
For Java and Scala, I use a specialized IDE like NetBeans or IntelliJ, but I'm sure there are one or two people who use Brackets for those languages. Brackets has a JavaScript linter, but I haven't found it particularly helpful. Then again, I'm not really up on ES6, so take that with a grain of salt.
The alternatives to Brackets that I'm aware of are:
Comment by xinthose Wednesday Mar 24, 2021 at 14:59 GMT
I guess MicroSoft's VIsual Studio Code conquered them? I am worried about the IDE market control Microsoft is getting, it could turn against us one day.
Comment by Alonso-del-Arte Monday Mar 29, 2021 at 16:24 GMT
Would Nova (formerly Coda) do the trick?
For Mac only users, definitely. As someone who uses both Windows and Mac, I think I like the idea that certain programs (Brackets, NetBeans, etc.) are pretty much the same on both platforms.
Comment by haeyun210 Thursday May 13, 2021 at 13:42 GMT
I teach code and I recommend brackets for my students since it needs 0 configuration or extensions to start coding css and js.
VScode is good, fast, reliable and terminal friendly however, it doesn't have css quick edit and live preview highlighting stuff so when it comes to writing css, there isn't any good alternatives.
Comment by navidmadannezhad Wednesday May 19, 2021 at 18:32 GMT
The first time I started to code, I used brackets as the editor. It was so much fun working with it, especially with features like Live Preview. I switched to VsCode about a year later, but I still use brackets for light and simple html/css/js projects.
Hope it will not die this soon!
Comment by Maniues Saturday May 29, 2021 at 22:00 GMT
Eclipse Theia is a VSCode based code editor, however it has some valuable things:
Geany is a simple editor designed to create standard applications (C, C ++, Java), but it also works well for web applications.
Eclipse is an IDE for Java, but by using a variety of plugins you can program in Python and other programming languages.
Atom is a code editor, the first electron application. Created / developed by Microsoft (Github). Haven't used, can't list Pro and Cons.
KDev is an IDE from KDE. I do not use it, but it looks good.
Comment by locness3 Sunday May 30, 2021 at 06:40 GMT
an alternative based on IntelliJ IDEA
That's called WebStorm, and that costs 100 bucks per year.
It is not possible to change the color to dark (or other) mode entirely. Only the code writing area can be changed.
On linux systems, you can use a dark GTK theme which will change the UI appearence.
Atom
Looks like there's a slight formatting issue over there.
I'll add another alternaitive for those on a linux system :
An IDE designed f,or making GNOME Desktop apps, but seems to have pretty decent HTML/CSS/JS support. Has a modern GTK-based interface and most useful features, but it is not available on Windows or Mac.
Comment by Maniues Sunday May 30, 2021 at 07:48 GMT
That's called WebStorm, and that costs 100 bucks per year.
I know, but community can make a fork of IntelliJ Idea and make FLOSS alternative for WebStorm
On linux systems, you can use a dark GTK theme which will change the UI appearence.
Yes, I know, but Geany itself does not offer dark mode for all elements of UI.
Looks like there's a slight formatting issue over there.
Fixed
Comment by ScanuNicco Tuesday Jul 06, 2021 at 22:34 GMT
I was annoyed enough by this that I made my own (very buggy) code editor: https://scanuproductions.com/sierra/
Issue by yhancik Saturday Mar 13, 2021 at 19:49 GMT Originally opened as https://github.com/adobe/brackets/issues/15332
Forking the discussion in issue #15329 into one focused on sharing with the community the best alternatives to Brackets.
I guess we all have different uses of Brackets, so I suggest you mention what's your main use (html/css, js, php, etc), and openly state the pros & cons.
I think the point should be more to help others pick the alternatives that suits them the best, not to convince people that your favourite alternative is the objective best for everyone ;)