Questions tagged [appcode]

AppCode is a smart IDE for iOS/macOS development by JetBrains

Some facts about JetBrains AppCode:

  1. An Objective-C/C/C++/Swift IDE with a really smart code editor
  2. Runs on macOS only
  3. Can open and create Xcode projects
  4. Can run your app on iOS device or in simulator
  5. Has a debugger with evaluate expression
  6. Can refactor Swift, Objective-C and C/C++ code
  7. Analyses code on the fly and offers quick-fix suggestions
  8. Supports Subversion, Git, Perforce and CVS version control systems
  9. Oh, and a fast & intelligent code completion, of course!
229 questions
8
votes
1 answer

Import existing C++ makefile project into JetBrains Appcode?

Ok, I'm impatient. I'm a JetBrains PhpStorm user and cannot wait for the release of their C++ IDE. :-) Their Objective-C IDE, Appcode, also supports C++. But I can't find a good way to import a fairly large C++ project into Appcode, other than…
CXJ
  • 4,301
  • 3
  • 32
  • 62
7
votes
1 answer

One-click file opening in AppCode like in Xcode

Can we set AppCode to open a file with one click? The default is two click like on non-macOS systems. It would be more natural for those used to opening files with one click in Xcode.
sandalone
  • 41,141
  • 63
  • 222
  • 338
7
votes
1 answer

Intellij/AppCode increase selected number value

In Intellij/Appcode, is there any option or plugin I can use so that when I press a certain key(e.g. up arrow) it will increase the selected value by 1 like web developer tool?
Infinity
  • 3,695
  • 2
  • 27
  • 35
7
votes
1 answer

Disable adding matching square brackets in JetBrains AppCode

How do I disable adding a matching open square bracket '[' character when typing a close square bracket ']'? I've tried various combinations of the Smart Key options, and none of them do what I want. I am able to disable automatically adding a…
Matt
  • 71
  • 1
6
votes
1 answer

How to set indexing locations in AppCode?

AppCode is indexing my entire home folder including places like ~/Library/Containers/com.apple.Maps/... and ~/Dropbox/ etc. which is taking eons. I know I can invalidate my cache and restart, but then it will try to index everything again. Is there…
Jason
  • 13,563
  • 15
  • 74
  • 125
6
votes
2 answers

AppCode is not detecting errors before compiling

I would like to know why AppCode is not highlighting errors/warning messages (nor swiftLint errors) directly in source editor; only after running the app errors/warnings are shown in Messages panel. vs I am using Version 2017.2.3 of AppCode.
K. Michał
  • 1,033
  • 6
  • 17
6
votes
1 answer

Does AppCode implement all the functionality of CLion

The AppCode IDE home page states that: AppCode natively supports Objective-C, Swift, C and C++, including C++11, libc++ and Boost, as well as JavaScript, XML, HTML, CSS and XPath. Use your preferred language to create your iOS/OS X…
BAR
  • 15,909
  • 27
  • 97
  • 185
6
votes
1 answer

AppCode + swift - no code completion and no quick documentation

Do anyone know how to enable code completion and quick documentation in AppCode(3.1.1) for swift? I have updated Xcode I've downloaded documentation in Xcode preferences. I set correct path to Xcode in my AppCode but still I got no support in…
RMachnik
  • 3,598
  • 1
  • 34
  • 51
6
votes
5 answers

AppCode targeted device families not valid (iPad iOS 8.1)

I keep getting this error in AppCode, but usually it runs just fine with Xcode: Error:xcodebuild: error: The run destination iPad Mini is not valid for Running the scheme 'Appname'. Error:iPad Mini doesn't match any of Appname.app's targeted…
Morten Holmgaard
  • 7,484
  • 8
  • 63
  • 85
6
votes
2 answers

Seeing exception information in AppCode

I've been testing AppCode and I can't seem to find any information as to WHY an app is crashing. I've added an exception breakpoint and I can see the line of code causing the crash but no info on why. In Xcode the exception reason is printed into…
Fogmeister
  • 76,236
  • 42
  • 207
  • 306
6
votes
1 answer

How to show line numbers in all files in AppCode?

I can select "show line numbers" for every files, but I want AppCode editor to show line numbers for each files.
George
  • 745
  • 2
  • 11
  • 27
5
votes
2 answers

LLDB equivalent of gdb's future-break?

I keep a future-break objc_exception_throw in my .gdbinit (because I generally debug in AppCode, which doesn't yet have a GUI means of configuring breaks on objective-c exceptions). Is there an equivalent for LLDB?
Cris
  • 1,939
  • 3
  • 23
  • 37
5
votes
2 answers

AppCode: Turn off automatic matching brace

How do a I turn off AppCode generating a closing brace } whenever I type the opening brace { character? What I've Tried: I looked through: Settings --> Code Style --> Objective-C and then selected "Wrapping and Braces" and in that list, nothing…
idStar
  • 10,674
  • 9
  • 54
  • 57
5
votes
2 answers

XCRemoteSwiftPackageReference .git suffix constantly changing in project.pbxproj

On our team, pull requests were often raised with changes similar to the following (or sometimes they would change back, that is, remove the .git) This was causing a lot of noise in PRs but we were unable figure out the cause of the change.
Max Chuquimia
  • 7,494
  • 2
  • 40
  • 59
5
votes
1 answer

Is it possible to code Swift on windows using JetBrains AppCode?

Is it possible to write proper Swift-code using the AppCode IDE from JetBrains? I'm looking for an option to build a native iOS-app without buying a macbook or iMac. I've been looking and searching for a while now and coudn't find any solution…
colin
  • 761
  • 1
  • 11
  • 24
1
2
3
15 16