squ1b3r / Djaneiro

Django support for Sublime Text 2/3
MIT License
855 stars 131 forks source link

Are we supporting DRF #108

Closed girishkumarkh closed 8 years ago

girishkumarkh commented 8 years ago

Django Rest Framework is one of the popular frameworks for Django and its received well by wide community. can semantics such as following can be supported by us? - if so it could be very useful!

serializers.Serializer
serializers.ModelSerializer
serializers.HyperlinkedModelSerializer
serializers.ListSerializer
serializers.BaseSerializer
. . . and many more

Let me know if anyone is working on supporting for DRF

squ1b3r commented 8 years ago

Djaneiro is a collection of snippets for Django's template tags and filters in the first place. Peronally I would like to keep is that way. I don't think mixing it with any of those Django apps would do any good here. And it has reason to ve here to be honest. Can always be made as a separate plugin I guess.

girishkumarkh commented 8 years ago

Sure, makes sense! Thanks for the head up.