-
```
I have a few reports about crashes of PyV8 on OSX in my Emmet plugin for
Sublime Text. The problem is that I’m on OSX too and I can’t reproduce this
bug (as well as thousands of other users).
I…
-
```
I have a few reports about crashes of PyV8 on OSX in my Emmet plugin for
Sublime Text. The problem is that I’m on OSX too and I can’t reproduce this
bug (as well as thousands of other users).
I…
-
PackageDev needs to know what commands exist in order to perform autocompletion, and it provides an [implementation](https://github.com/SublimeText/PackageDev/blob/master/plugins_/command_completions/…
-
Completions don't handle the _-_ character correctly if it is not surrounded by at least one whitespace character or more.
```
local delta={x=100,y=200}
local x=centre.x-de -- autocompletions will _…
-
Hello!
I extremely grateful for your plugin! It has made my work much easier! But I have a problem. Sometimes, not always, it doesn't work. And, in this case I need to reload Sublime.
My console outp…
-
Is this possible? (I created a custom sublime-completions file for HTML entities for example and & doesn't trigger them even though I removed it from the word separators characters, also SublimeCODEIn…
-
# Motivation
Today, if you have a value of type 'any', dotting off of the value and requesting members for completion will return nothing back. The original motivation for this was that we should nev…
-
Hi All,
You might have run into an issue with Deviot (especially after installing the dev version in Sublime Text 4) where the Deviot menu doesn't show up, and syntax highlighting doesn't work and …
-
I want to to create some custom coloured tags like @low, @high,
@critical features that you have.
I am trying to create to my own tags but not with full success.
I can create the completions in t…
-
Autocompletion crashes on Line 59 (latex_cite_completions.py), using Latin-1 encoded tex-files on my OSX 10.9, ST2.
Console Output is:
Traceback (most recent call last):
File "./sublime_plugin.py…