New AppCode 2018.1 EAP: location simulation improvements, breadcrumbs for Objective-C, experimental hexadecimal view and more
New AppCode 2018.1 EAP (build 181.4096.17) is already available on our site with the following fixes and improvements:
- Separate tab for Run Configuration options:
- Location simulation settings for test Run Configurations (OC-16752)
- Simulate Location button is now shown for tvOS (OC-16820)
- Highlighting and completion for gpx files (OC-16712)
- Swift:
- Objective-C/C/C++:
- Breadcrumbs (OC-8692)
- C++17: structured bindings
- Experimental hexadecimal view for Swift/Objective-C/C/C++. You can enable it as follows:
- Turn on
⇧⌘A
→ Registry →cidr.debugger.value.numberFormatting.hex
- Turn on Preferences | Build, Execution, Deployment | Debugger | Data Views | Objective-C | Show hex values for numbers
The full release notes are available here.
Your AppCode team
JetBrains
The Drive to Develop - Turn on
sdfs says:
March 9, 2018Are there any short/medium-term plans to move off SourceKit and onto your own parsing/resolution engine for displaying coding errors? Something about SourceKit or the integration with it makes error highlighting really slow, and the JetBrains implementation would probably be much faster.
Stanislav Dombrovsky says:
March 16, 2018There are such plans, but not in the near future. Still there are tasks that need to be finished before it.
Carmelo Gallo says:
April 3, 2018Hi guys! Since the version 2018.1 all became slow. Even when you type you have lags. Any clue what that could be?
Stanislav Dombrovsky says:
April 3, 2018Looks like it’s IDEA-186636. Will be fixed in 2018.1.1 EAP that we plan publish this week.
Carmelo Gallo says:
April 4, 2018Thanks!