Stefan Kerkewitz
- Total activity 106
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 36
-
Stefan Kerkewitz created a post, AnsweredAuto completion for parameter in function call
If I call a function in try to use autocomplete for the parameter; why does AppCode not suggest the parameter as first option? App seems to have no problem to know the parameter name as "Parameter ... -
-
Stefan Kerkewitz created a post, CompletedCan not build my project in AppCode 2016.2 EAP
I still can build it in Xcode. It also worked fine in AppCode 2016.1.3. However, in 2016.2 it failed with: "Error:linker command failed with exit code 1 (use -v to see invocation)" Problem seems to... -
Stefan Kerkewitz created a post, Analyse Crash Report broken in latest EAP?!
Downloaded the latest EAP yesterday. Looks to me like the Analyse Crash Report is broken. It only show links for UIKit/Foundation code. But non of my code is linked nor is any third party framework... -
Stefan Kerkewitz created a post, App exits when debugger goes from Swift to ObjC code
So I updated to Xcode 7.3 and AppCode 2016.1RC2 and now I have another annoying debugger issue: If I set a breakpoint in swift code and use step over to debug the code, the app just exits without a... -
Stefan Kerkewitz created a post, AppCode 3.3.3 EAP: Breakpoint in Swift - Resume not working
I have a breakpoint in Swift code. The code will be called from -[AppDelegate application:didFinishLaunchingWithOptions:]. AppCode stop as expected at the breakpoint but resume does not work. If I ... -
Stefan Kerkewitz created a post, Tab cycles between method parameter
HelloI tried to ident a method argument with TAB. But instead of identing the argument the cursor cycles between the parameter each time I press the TAB key.First I thought this is an issue in the ... -
Stefan Kerkewitz commented, -
Stefan Kerkewitz created a post, Sidebar Windows are always pinned
Hello,it seems to me in the latest version of IDEA 15 (143.379.11) the tool windows in the sidebar are always pinned. I have Idea 14.1.4 installed and if you unpin a window, it will slide back into... -
Stefan Kerkewitz created a post, Unused Code detection broken in EAP 141.2263.29?
Hi,I updated my EAP this morning to the lastest EAP version. It seems to me there is a problem with the "unused local variable" detection:Everything is fine until I add or remove a single line of c...