Skip to content
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

Open
malmaud opened this issue May 26, 2015 · 5 comments
Open

Unicode completions? #8

malmaud opened this issue May 26, 2015 · 5 comments

Comments

@malmaud
Copy link
Contributor

malmaud commented May 26, 2015

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.

@johnmyleswhite
Copy link

+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 \theta + tab + \hat + tab don't work.

@malmaud
Copy link
Contributor Author

malmaud commented May 26, 2015

I didn't realize the REPL could do that. Neat.

@anowacki
Copy link

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.)

@Sacha0
Copy link

Sacha0 commented Nov 21, 2016

@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!

@anowacki
Copy link

PR #14 in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants