Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Good IDE for bash scripting

  1. #11
    Join Date
    May 2013
    Beans
    154
    Distro
    Ubuntu

    Re: Good IDE for bash scripting

    And i doubt how usefull a auto-complete feature would be with Bash
    Using full featured auto-complete option make writing the script so quick, neat and easy to remember. Because it lists the variable you've created and default variables, the default templates you want to use (ex. if statement), functions you've created and the default available functions... etc (all that available in traditional IDE such as Qt Creator and eclipse)

  2. #12
    Join Date
    Apr 2013
    Location
    43.49°N 7.46°E
    Beans
    117
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Good IDE for bash scripting

    Quote Originally Posted by mbnoimi View Post
    I'm looking for any software has full featured auto completion for bash scripting just like usual IDEs
    auto completion is available in Code::Blocks:
    1.11.11 Auto complete

  3. #13
    Join Date
    May 2013
    Beans
    154
    Distro
    Ubuntu

    Re: Good IDE for bash scripting

    auto completion is available in Code::Blocks:
    As far as I know it works just like kate so it works under file scope only (for example: it can't run auto complete for date function)

  4. #14
    Join Date
    Oct 2013
    Beans
    1

    Re: Good IDE for bash scripting

    This Eclipse Plugin seems to work after a bit of configuration: http://ubuntuforums.org/showthread.php?t=1535014
    See User Guide: http://sourceforge.net/apps/trac/she...tion/UserGuide

    Needs Eclipse 4.2.x (Juno) or 4.3.x (Kepler), shows man page output on mouse hover on each word - which I find the most useful feature.

  5. #15
    Join Date
    May 2005
    Location
    Ontario, California, USA
    Beans
    23
    Distro
    Ubuntu

    Re: Good IDE for bash scripting

    You could try Griffon which is an IDE specifically designed for BASH scripting. Its features include autocomplete, syntax highlighting, error detection, and more.

Page 2 of 2 FirstFirst 12

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
  •