-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode completions? #8
Comments
+1 For now I've been using the UnicodeMath package, but it would be nice to be in sync with Julia. One bummer: Sublime 2 has worse support for combining characters than Julia's REPL, so things like |
I didn't realize the REPL could do that. Neat. |
TextMate 2 Julia user here. I actually wrote a separate bundle to support this, which makes the snippets from the Julia source. I wrote it as a separate package because I thought it would be useful in other scopes, but I'd be happy to put together a PR if you wanted it in official Julia bundle. (It does, however, have some ugly hacks to avoid case-insensitivity on HFS.) |
@anowacki, this is great! I much look forward to giving this bundle a go, and would be delighted to see something along these lines in the official Julia bundle. Best! |
PR #14 in. |
What do you guys think about having completions like
\theta
+ tab resulting in θ, like the Julia REPL has? I find myself wanting to use more unicode symbols in my own code, but the difficulty of inputting them in Sublime is prohibitive.The text was updated successfully, but these errors were encountered: