AppCode + swift - no code completion and no quick documentation

Does anyone know how to enable code completion and quick documentation in AppCode (3.1.1) for fast ? I updated Xcode. I downloaded the documentation in the Xcode settings. I set the correct path to Xcode in my AppCode, but so far I have not received support in AppCode regarding completion and quick documentation. This support is in Xcode, but I am java dev, so for me it is best to use the Jetbrains tool instead of using Apple.

The project that I opened in AppCode was created in Xcode. I downloaded this documentation in Xcode. enter image description here

I searched a lot on the net, but there are only slogans about the features of AppCode

can do that this, is doing this and that

Only one property associated with the path to the Xcode found in this property enter image description here

but I donโ€™t see any of them ... I believe that I havenโ€™t turned it on yet.

For me, AppCode is more user-friendly, because, as I said, I'm used to Intellij for Java development, and I'm trying to use this tool, because I'm faster with sth, which I'm used to, than with what is completely absolutely for me (conceptually - Xcode).

Do you have any tips on this?

+6
source share
1 answer

I asked my question about AppCode support. They said:

Rafal, your configuration seems correct. Please see the Comments below: 1) regarding code completion in Swift - we have some work done in this area, and some tasks that have not been completed yet. Can you share a piece of code where there are problems with completion? 2) relatively quick documentation - this function is not yet ready for Swift. You can track his progress here .

This means that I cannot expect from AppCode features that were advertised in terms of fast language.

+7
source

Source: https://habr.com/ru/post/980458/


All Articles