Go Back   XCode Forum- The iPhone and Mac OS Xcode Developer Community > Mac OS > Carbon

Reply
LinkBack Thread Tools Display Modes

Simple Xcode Interface Question
  #1 (permalink)  
Unread 03-30-2009, 03:05 AM
oprichniki oprichniki is offline
Junior Member
 
Join Date: Mar 2009
Posts: 1
Default Simple Xcode Interface Question

I am new and am the emperor of noobs. I have just started using a mac and am a little more used to Visual Studio, but I just got Xcode (so far I love xcode).

One thing I miss from Visual Studio (when using C or C++) is its ability to display a menu of class/structure members while you are coding for example:

typedef struct
{
int bob;
double bob1;
char letter;
int number;
}
SOME_STRUCTURE;

SOME_STRUCTURE struck;

struck.

On Visual studio, after I typed that dot after "struck" a menu of my structure members would appear.

I may seem lazy to want this feature, but it's really a big help when programming using the system's built in classes. I don't like having to open the header file, find the class, and view what's in it. A simple menu shows class members and by their name you can tell what they do.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 11:04 PM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28