aqzhyi / Sublime-Better-Completion

手刻的浪漫 DEPRECATED, use TypeScript!
338 stars 75 forks source link

Use single quote #2

Closed gregoirenoyelle closed 8 years ago

gregoirenoyelle commented 11 years ago

Hi Thanks for you package. Use all the time Is there a way to use single quote instead of double ones Thanks

aqzhyi commented 11 years ago

Thanks for your comment. I checked the documents but It seem sublime-completions have no way to configure it. Maybe I will learn how sublime plugin develop in the near future for this feature. (cuz I have graduation exam in July)

For a temporary solution I think you can download completion files and manual install with custom setup.

documents:

gregoirenoyelle commented 11 years ago

Ok Thanks a lot. I will give a try. I saw you're from Tapei. My wife too. I love this city! Hope we can go there more often. All my best wishes for your graduation.

aqzhyi commented 11 years ago

:D Welcome you to Taiwan. Many thanks for your blessing. Nice talking to you! :)

gregoirenoyelle commented 11 years ago

You're welcome. We'll go to tapei probably next year, spent time with family and travel

fnkr commented 11 years ago

+1

ctf0 commented 10 years ago

i found u can achieve that by adding string.quoted.single.html instead of "string.quoted" only ,but note that this will only affect the file that have this declaration ,i think it would be better if the plugin have an extra options to which syntax u want the single quote vs to which u want the double.