breaktop
breaktop

Reputation: 2029

AppCode and swift - No warning indication on AppCode

I'm not sure why but I'm not getting warning indication on AppCode - similar to the ones you get when using Xcode e.g. when a variable is declared but not used or even type errors.

Is there something I need to do to get it to work.

Here is an screen shot of the same function on both IDE's

Xcode: enter image description here

AppCode: enter image description here

You can see warning indication on Xcode but not on AppCode.

Upvotes: 1

Views: 559

Answers (2)

Stanislav Dombrovsky
Stanislav Dombrovsky

Reputation: 752

This feature is not yet implemented in current release, but will be delivered in 2016.2 EAP which we plan to start in 2 weeks.

Upvotes: 2

Akshansh Thakur
Akshansh Thakur

Reputation: 5331

Update : After looking into AppCode references, it seems that they have not implemented this feature (showing warnings) in Swift yet. However, you can look for warning using "Inspect Code"

Upvotes: 3

Related Questions