Does anyone know how to reload dependencies of a p...
# random
r
Does anyone know how to reload dependencies of a project in AppCode without restarting AppCode? AppCode does not discover changes automatically after running
carthage update
Closing and reopening the project works too but I would still prefer to have a button, or a reload project function
Or just a way to check for updated dependencies...
o
@Vyacheslav Karpukhin [JB] ^^
r
Should I open an issue for that?
There is also a missing option to allow proper formatting of such Swift code:
Copy code
class NoRefreshTokenError: JwtServiceError {}
AppCode reformats that to:
Copy code
class NoRefreshTokenError: JwtServiceError {
}
and I don’t think there’s a way to configure that
And the one for my first problem too https://youtrack.jetbrains.net/issue/OC-17993
o
Thanks for reporting!