Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open non-Xcode project in Xcode

Tags:

xcode

Right now I'm working on a static website that uses markdown. Rather than editing the files in SublimeText, I'd like to edit them in Xcode. I can open the individual files in Xcode, but I want to open the entire static site directory and benefit from using the file navigator pane and other Xcode features. Is this possible?

Reason: I've used Xcode for years and have come to really love the diffing tools, editor customizations, navigation, and keybindings.

like image 220
jungledev Avatar asked Mar 30 '26 17:03

jungledev


1 Answers

I figured it out.

Create a new project in Xcode. When prompted to choose a template, select Cross-Platform, then select Empty. This will create an empty project. You can then drag-drop your project directory into the empty project. The git diff remains unchanged, ftw.

like image 72
jungledev Avatar answered Apr 02 '26 09:04

jungledev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!