Seshan Ravikumar

aka. Seshpenguin


← Back

title: File Structure View in AppCode (Swift) author: Seshan Ravikumar type: post date: 2019-09-09T22:48:53+00:00 url: /2019/09/09/file-structure-view-in-appcode-swift/ classic-editor-remember:


Recently I have been dabbling in Swift, but Apple’s XCode IDE has left a lot to be desired. Thankfully, JetBrains has two IDEs that work with Swift, CLion (great for basic Swift CLI/Server applications), and AppCode (a more direct competitor to XCode, with the ability to open XCode projects and debug on iOS).

Like Rider, which is JetBrain’s Visual Studio competitor, AppCode is designed to mimic the default behaviour of it’s origin IDE. In this case, I noticed that, like XCode, AppCode wouldn’t show files outside of the XCode project. In my case this meant a folder containing some HTML and CSS files.

Thankfully, it’s easy to go back to the regular file structure view. Just click on “Project” above where your source files are listed and select “Files” in the drop down.

Now your Swift Project in AppCode will display all files, including non-project ones!