Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Brackets


Company: Adobe Systems Incorporated

Average User Rating (1 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 1.12

    "One of the best, lightweight, easy to use and customize, open source text editor."

    by srijay on May 31, 2018 6:18 AM

    Summary:
    I'm a web developer, and i work mostly on front end stuff. I've been using Brackets for past 2 and half years, and I'm glad I made a switch from Dreamweaver. It is not bulky, doesn't have things you don't need, open pretty quickly, you could get started right away and it's mere 68.5 MB Is super customizable as it is made with JavaScript. If you know JavaScript, you can make plugins for this editor yourself. If you don't find any feature you need, you may be able to find one on the plugins repository which is ever growing. It's pretty new yet i find it very user friendly and has potential to grow in future. It is open sourced and backed by Adobe.

    Report post

    Was this review helpful? (2) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!