CrazyEngineers
  • Which IDE Do You Use?

    Kaustubh Katdare

    Administrator

    Updated: Oct 25, 2024
    Views: 1.2K
    This thread intends to find out which Integrated Development Environment do CEans use. Of course your choice would vary depending upon the programming language & framework; so you can share your experiences with programming languages and corresponding IDEs you've used.

    I'm experimenting with Eclipse PDT these days. NetBeans looks like a good choice too; but I'm not really experienced in using IDEs; so can't say much.

    Looking forward to your responses.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • KenJackson

    MemberMay 2, 2013

    My top preference is emacs and the command-line!

    I've experimented with Eclipse and I keep thinking I'll learn it, but haven't.

    Though the one I actually use a fair amount is Analog Devices' VisualDSP++. I think it's awful, but if you're working with the Blackfin processor, there's little choice.
    Are you sure? This action cannot be undone.
    Cancel
  • Anoop Kumar

    MemberMay 2, 2013

    I have used Eclipse 3*-, Netbeans, JDevelopers 10 and currently using Intellij Idea 12.
    Both Netbeans, JDevelopers sucks.
    Eclipse is best free and Open source IDE without doubt.
    <a href="https://www.jetbrains.com/idea/" target="_blank" rel="nofollow noopener noreferrer">IntelliJ IDEA – the Leading Java and Kotlin IDE</a>is also free but not the Ultimate edition. Got to say, intellij idea is big brother of all IDE. great integration and require minimal typing.
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorMay 2, 2013

    #-Link-Snipped-# - What are the immediate advantages of Intellij Idea IDE? I've read the comparisons online and a lot of people seem to prefer Eclipse. Eclipse might be popular because it's free.
    Are you sure? This action cannot be undone.
    Cancel
  • avii

    MemberMay 2, 2013

    It depends. For me its always Xcode, Sublime Text or PyCharm
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorMay 2, 2013

    I think we must associate languages and corresponding IDEs.
    Are you sure? This action cannot be undone.
    Cancel
  • Anoop Kumar

    MemberMay 3, 2013

    Kaustubh Katdare
    #-Link-Snipped-# - What are the immediate advantages of Intellij Idea IDE? I've read the comparisons online and a lot of people seem to prefer Eclipse. Eclipse might be popular because it's free.
    There is no doubt with Eclipse, total flexibility. but for complex project and writing heavy code it requires that IDE should know what you want.
    A simple example is , with Intellij when you want to create an object of class. you need to write ClassName className = new ClassName(parameters);
    with intellij, the moment you start typing class name it will give you suggestion from all accessible classes which one you want and the above whole line could be written in 4-5 keystrokes.
    With Eclipse its not possible yet.
    Second, Eclipse doesn't facilitate navigation to java classes from xml file. Ctrl+click.
    Are you sure? This action cannot be undone.
    Cancel
  • Anand Tamariya

    MemberMay 3, 2013

    ianoop
    There is no doubt with Eclipse, total flexibility. but for complex project and writing heavy code it requires that IDE should know what you want.
    A simple example is , with Intellij when you want to create an object of class. you need to write ClassName className = new ClassName(parameters);
    with intellij, the moment you start typing class name it will give you suggestion from all accessible classes which one you want and the above whole line could be written in 4-5 keystrokes.
    With Eclipse its not possible yet.
    Second, Eclipse doesn't facilitate navigation to java classes from xml file. Ctrl+click.
    With eclipse, one can use ctrl+space for auto-completion. eg. one can write CN + ctrl + space and it will generate ClassName.
    Are you sure? This action cannot be undone.
    Cancel
  • Anoop Kumar

    MemberMay 3, 2013

    Anand Tamariya
    With eclipse, one can use ctrl+space for auto-completion. eg. one can write CN + ctrl + space and it will generate ClassName.
    Yes, its there but with Intellij writing code is just like butter. you just need to concentrate on your logic.
    One think in intellij hat can't open more than one project.
    I use both of them and like for their features. 😀
    Are you sure? This action cannot be undone.
    Cancel
  • rahul69

    MemberMay 3, 2013

    ianoop
    Yes, its there but with Intellij writing code is just like butter. you just need to concentrate on your logic.
    One think in intellij hat can't open more than one project.
    I use both of them and like for their features. 😀
    I totally agree, the speed which you can gain using Intellij idea is unmatchable, it will however takes some time to get used to all the shortcuts it provide.
    Anand Tamariya
    With eclipse, one can use ctrl+space for auto-completion. eg. one can write CN + ctrl + space and it will generate ClassName.
    With Intellij simply write sout and press tab and u get whole line of :
    System.out.println(); I am not aware if Eclipse has this kind of code completion features😒
    Are you sure? This action cannot be undone.
    Cancel
  • Anoop Kumar

    MemberMay 3, 2013

    rahul69
    With Intellij simply write sout and press tab and u get whole line of :
    System.out.println(); I am not aware if Eclipse has this kind of code completion features😒
    Eclipse: syso ctrl+Space. 😀

    Here is some good guys made the multi resolution wallpaper of Intellij Idea and Eclipse shortcut.
    #-Link-Snipped-# / #-Link-Snipped-#
    Following is windows/linux wallpaper for 1920x1200 resolution.
    IntellijIdea1920x1200EclipseCanoo1920x1080
    Are you sure? This action cannot be undone.
    Cancel
  • Anand Tamariya

    MemberMay 4, 2013

    ianoop
    Yes, its there but with Intellij writing code is just like butter. you just need to concentrate on your logic.
    One think in intellij hat can't open more than one project.
    I use both of them and like for their features. 😀
    Since you use both (on a regular basis?), you are in a better position to highlight the differences. Writing code in Eclipse never felt any hassle to me. What exactly are some of the things that make you more productive using IntelliJ? That would be more objective and useful discussion.
    Are you sure? This action cannot be undone.
    Cancel
  • siraj.mussafirr

    MemberMay 9, 2013

    Sublime Text.. Its really awesome.. Best interface.. obstruction free design .. and cool interface desing and highlighting.. Really in Love with it
    Are you sure? This action cannot be undone.
    Cancel
  • vikaskumar11233

    MemberMay 9, 2013

    For C I use "C-Free 4.0" and for Java I use "Eclipse" IDE.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register