Questions tagged [codesense]
25 questions
1
vote
1 answer
VS – how to change code completion pop-up foreground
How can one change foreground (text color) of code completion box items while Fonts and Colors do not allow this?

Yarl
- 728
- 1
- 7
- 26
1
vote
2 answers
Is XCode able to implement Code Sense when conforming to a protocol?
So XCode has been driving me crazy.. When writing iPhone apps using pickers or table views, when I state that the controller conforms to the DataSource and Delegate methods, XCode isn't generating code sense for those respective methods, and it's…

tjsimmons
- 733
- 4
- 10
- 21
1
vote
3 answers
Xcode lost it's code sense?
For some reason my Xcode project doesn't recognize (autocorrect) my code. It doesn't color-code text except for NSStrings (in red). It doesn't autofill things like it used to (e.g. if I would type "CGR" it would put in…

JohnWickham
- 571
- 1
- 6
- 15
1
vote
2 answers
xcode 4.3.2 codeSense problems
I just updated to 4.3.2 and now I'm am having codeSense sleeping on me at every turn.
During coding I'm getting partial listings from enums, partial or no properties for classes, often no syntax highlighting, no errors for undeclared variables.
If I…

Ivan Dossev
- 565
- 5
- 11
0
votes
4 answers
Why cant I see all available methods or properties present in a Class in XCode?
I am noob to XCode and Obj-C world, so pardon me for my naive question.
Following a tutorial, I was writing a basic program in Cocos2D that would accept touch input.
And one of the task was to add implement ccTouchBegan method, but that would not…

Null Head
- 2,877
- 13
- 61
- 83
0
votes
1 answer
xcode 4 can't re-add moved file
I had to move a file within my project folders.
After I moved it, xcode showed the file as missing (obviously).
So I re-added the file via drag-n-drop into the project and deleted the old entry in xcode.
Now the "new" file is still in xcode,
but for…

Infinite
- 2,931
- 2
- 27
- 33
0
votes
1 answer
How to add autocompletion entries to Xcode
I noticed that there are some words that XCode does not recognize. For example the word initWithCoder. It also won't recognize NSString if the word const comes before it. How can I fix this?

node ninja
- 31,796
- 59
- 166
- 254
0
votes
1 answer
Xcode 6 Code Sense stops working after build
So this same problem exists for a long time apparently. I checked all the xcode 4 code sense problems and used their solution and it works. Right up untill I build the file to run and then code sense stops working. I Really dont want to keep…

Dinesh
- 1
- 1
0
votes
0 answers
What is different about how xcode looks for sources before and after a build?
I am having an issue getting code sense to work for a Library (RestKit) that I have installed via cocoa pods. But I will try to keep the question more general to how xcode works underneath.
The situation is that I can consistently do the following…

wfbarksdale
- 7,498
- 15
- 65
- 88
0
votes
1 answer
Does XCode's codesense work outside of a project?
I like to edit .java files in Xcode because it is simple. I don't have to start a new project or anything in order to edit my .java files. However, I would like to have codesense work (alt+click on a class name for example) in the document window. I…

ejsuncy
- 419
- 1
- 4
- 13