Results 1 to 6 of 6

Thread: Is there any IDE with Intellisense for C++ on Linux

  1. #1
    Join Date
    Jun 2007
    Location
    Pakistan
    Beans
    32
    Distro
    Ubuntu 11.04 Natty Narwhal

    Is there any IDE with Intellisense for C++ on Linux

    I am looking for such an IDE for C++ that can automatically load all the information about all the libraries and provide intellisense features for rapid coding as provided in NetBeans and Visual Studio.Net etc.
    Sony VAIO FW230J/H PROCESSOR: Intel C2D 2.0, RAM: 3GB HDD: 250GB, DISPALY: 16.4" 1080p, GPU: Intel GMA 4500MHD, OPTICAL DRIVE: DVD Super drive, OS: Ubuntu 11.4 x86_64

  2. #2
    Join Date
    Nov 2005
    Location
    Almeria, Spain
    Beans
    276
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Is there any IDE with Intellisense for C++ on Linux

    codeblocks ( http://www.codeblocks.org ). Make sure you read the information in the wiki about installing the nightly builds in ubuntu.
    Francisco Camenforte Torres
    http://fmct.blogspot.com

  3. #3
    Join Date
    Jun 2006
    Location
    Madrid
    Beans
    111
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Is there any IDE with Intellisense for C++ on Linux

    I am not completely sure but I think that eclipse for C/C++ should provide this functionality

  4. #4
    Join Date
    Aug 2006
    Location
    60°27'48"N 24°48'18"E
    Beans
    3,458

    Re: Is there any IDE with Intellisense for C++ on Linux

    Eclipse's CDT has got it, but it's dog slow, and spends huge amounts of time indexing. I really like the one in Code::Blocks; it seems to be the superior IDE for C++ to Eclipse in other respects as well.

  5. #5
    Join Date
    May 2005
    Beans
    49

    Re: Is there any IDE with Intellisense for C++ on Linux

    ____
    ounn

  6. #6
    Join Date
    May 2007
    Location
    Paris, France
    Beans
    927
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: Is there any IDE with Intellisense for C++ on Linux

    If you use / develop for KDE, KDevelop is another possibility.

    (BTW, "Intellisense" is just Microsoft's buzzword for the feature called "code completion" )
    Not even tinfoil can save us now...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •