nicklockwood / layout

A declarative UI framework for iOS
MIT License
2.23k stars 97 forks source link

AppCode support? #133

Open alexandrius opened 6 years ago

alexandrius commented 6 years ago

First of all I need to say that, you people are amazing! This is what iOS needs for a long time. Since XCode is terrible IDE, it would be awesome if you add the AppCode support. Thanks

nicklockwood commented 6 years ago

Thanks! Can you clarify what you mean by “AppCode support”? Layout shouldn’t require any special support in the IDE. Do you mean something like a plugin for formatting Layout XML files?

alexandrius commented 6 years ago

I mean the AutoCompletion and XML formatting yes.

nicklockwood commented 6 years ago

@alexandrius there's no autocompletion support in Xcode, only for SublimeText. I'd like to add it but there's no way with the current Xcode plugin system. I'll see if AppCode is more flexible.

matthew-reilly commented 5 years ago

You should be able to utilize standard XML schemas - all IntelliJ-based editors will utilize those constraints.