squ1b3r / Djaneiro

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

Mirror cursor on ModelField name and first argument #92

Closed thongly closed 9 years ago

thongly commented 9 years ago

In keeping with not ever repeating ourselves, I was wondering if anyone else would find it useful to have ModelFields such as CharField include a mirrored cursor for the optional first argument for verbose name.

If so, I would also suggest that we automatically wrap the verbose_name in the _ for ugettext convention as seen in the first example in the docs

I would be happy to submit a pull request.

squ1b3r commented 9 years ago

Had that before actually and people didn't like it. Had to remove it.