Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

IDEs with type inspection?

Name: Anonymous 2014-02-26 21:47

I know some of you might view IDEs as something amateurish, but I can't for the love of god remember all these functions and what order their arguments are in, let alone the exact type they take and return.

I've started using Code::Blocks but it's CodeCompletion plugin fails to show me the type for function pointers in sepples, something I am about to start using heavily.

So, unless I can fix this in CB, I need an IDE which supports:
* sepples code
* easy viewing of function types INCLUDING extern function pointers
* isn't bloated

What IDE do you guys use?
If you recommend me one of your emacsen or vims? I will come to your house and stab your waifu dakimakura.
I am not interested in learning emacs, or reading the manual of vim (an editor I *am* familiar with.)

Name: Anonymous 2014-02-26 22:21

* isn't bloated
You're out of luck. As far as I know, not even Eclipse suggests function pointers.

Name: Anonymous 2014-02-27 2:17

$ cat ~/bin/proto
#!/bin/sh
find . -name '*.h' -type f -exec grep -nH "$*" {} \; 2>/dev/null
$ proto bch_strtoint_h
./drivers/md/bcache/util.h:301:int bch_strtoint_h(const char *, int *);
./drivers/md/bcache/util.h:309: return bch_strtoint_h(cp, (int *) res);
./drivers/md/bcache/util.h:326: ? bch_strtoint_h(cp, (void *) res) \
^C


Good enough for me. If it's not good enough for you, try ctags.

Name: Anonymous 2014-02-27 3:36

>>1
I have used and liked: Open Genera, Mathematica, Pharo Smalltalk, SLIME, NetBeans and Visual Studio.

Xie xie.

Name: Anonymous 2014-02-28 6:35

¤
Visual Studio
Hah, for about every five minutes it gives a popup "configuring shit, please wait.." and it locks everything up (meaning no writing code, just watching the damn dialog). I'm pretty sure it's just running GC when that happens. GC is shit.

Name: Anonymous 2014-02-28 11:24

>>5
MMM is shiSegmentation fault.

Name: Anonymous 2014-02-28 12:10

>>6
Yeah, because only alternative to GC is doing everything manually, right? Idiot.

Name: Anonymous 2014-03-01 6:06

At work (console/PC gamedev studio) we use the Visual Assist addin with Visual Studio 2013. It does what you want. Most of the time.

Visual Studio is great, until you use it on a multi-million line piece of software, with dozens of library projects in the solution. Then it runs like shit, hangs or crashes at least once or twice a day.

I use vim and bash at home, because at the end of the day, IDEs make you weak and are therefore harmful.

Name: Anonymous 2014-03-03 16:10

>>7
What are other alternatives? Reference counting?

Name: Anonymous 2014-03-03 18:31

>>9

artificial intelligence

Name: Anonymous 2014-03-03 19:00

>>10
Paying a nigger to pick up the garbage.

Name: Anonymous 2014-03-07 0:47

>>11
le pedophile sage

Name: Anonymous 2014-03-07 18:57

>>12
Thank you for gracing us with your presence.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List