kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: ahferroin7@gmail.com (Austin S Hemmelgarn)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Your editor/IDE settings for autocompletion and other easiness
Date: Mon, 24 Nov 2014 11:00:21 -0500	[thread overview]
Message-ID: <54735615.9070309@gmail.com> (raw)
In-Reply-To: <CANZNk81YTNVfY0U3LsugmGEmgooVKYqGtWZHCCmJ0whF_g+uyQ@mail.gmail.com>

On 2014-11-21 22:58, Andrey Utkin wrote:
> (I was asked to research this topic to help students. So please ignore
> this topic if all you want to say is that it is OK to code in editor
> without autocompletion and any other integration, and that there's LXR
> website. We all know that.)
>
> Dear kernel developers,
> if you have a minute, please share
> - what's your configuration for editor integration with sources tree?
> (the opposite is "just using any editor")
> - which IDE/editor handiness options except autocompletion are
> possible to obtain while developing kernel code, and which options do
> you use?
>
> If you don't use any special configuration, feel free not to reply.
>
> Thanks!
>
Personally, I use vi/vim with ctags most of the time, and occasionally 
just use grep and find directly.  I generally don't use any 
auto-completion other than automatic indentation (I have a tendency to 
spend more time fighting with auto-completion than writing code when I 
actually try to use it).  In general, I would highly recommend not using 
an IDE for working on kernel code unless you can setup the 
auto-formatting to be compliant with the coding standards.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2455 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20141124/dec66dba/attachment.bin 

  parent reply	other threads:[~2014-11-24 16:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-22  3:58 Your editor/IDE settings for autocompletion and other easiness Andrey Utkin
2014-11-22 10:08 ` Oussama Jabbari
2014-11-22 10:50   ` karthik nayak
2014-11-22 10:51   ` karthik nayak
2014-11-24 16:00 ` Austin S Hemmelgarn [this message]
2014-11-27 17:11   ` Vignesh Radhakrishnan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54735615.9070309@gmail.com \
    --to=ahferroin7@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).