brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

Post-Adobe future : Brackets alternatives #14853

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

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 ;)

core-ai-bot commented 2 years ago

Comment by kellystanly Sunday Mar 14, 2021 at 10:33 GMT


Thanks I prefer to use the html buttin to get started

core-ai-bot commented 2 years ago

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:

core-ai-bot commented 2 years ago

Comment by flatroof Saturday Mar 20, 2021 at 03:02 GMT


back when i was choosing a tool to replace other tools ... i also looked at atom which i suppose is where i'll go next if brackets should break/languish

core-ai-bot commented 2 years ago

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.

core-ai-bot commented 2 years ago

Comment by blcarson Monday Mar 29, 2021 at 11:51 GMT


Would Nova (formerly Coda) do the trick?

core-ai-bot commented 2 years ago

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.

core-ai-bot commented 2 years ago

Comment by flatroof Tuesday Apr 13, 2021 at 17:39 GMT


Looks promising albeit subscription based

core-ai-bot commented 2 years ago

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.

core-ai-bot commented 2 years ago

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!

core-ai-bot commented 2 years ago

Comment by Maniues Saturday May 29, 2021 at 22:00 GMT


I present my alternatives, however I think it would be better to fork brackets or make an alternative based on Eclipse, IntelliJ IDEA or Eclipse Theia. If there is anyone who knows Java well and is able to deal with an Eclipse or IntelliJ IDEA based editor, please open an issue in adobe / brackets and refer it here.

There are some nice editors that can replace Brackets in case nobody is interested:

Eclipse Theia

Eclipse Theia is a VSCode based code editor, however it has some valuable things:

Pro:

core-ai-bot commented 2 years ago

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 :

GNOME Builder

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.

core-ai-bot commented 2 years ago

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

core-ai-bot commented 2 years ago

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/

core-ai-bot commented 2 years ago

Comment by locness3 Wednesday Jul 07, 2021 at 07:03 GMT


have fun