-
**Is your feature request related to a problem? Please describe.**
I often switch to my regular terminal while using Sublime because it lacks native autocomplete.
**Describe the solution you'd like*…
-
### 1. Request
It would be nice, if will be added feature — convert `.sublime-keymap` to `.suricate-profile` file.
### 2. Justification
Some plugin developers not added commands in command palette.…
-
When attempting to deploy Account.object to our production org, I receive the following error in the console:
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/Mac…
-
Greetings all,
As a Dvorak typist I do a few simple remaps in my rc:
```
noremap e d
noremap d h
noremap h gj
noremap t gk
noremap n l
```
With NeoVintageous, remapping 'd' delete to 'e…
-
Hi, great plugin. Templates are working fine, but I can't seem to get CSS working. Here's what shows up in the console:
Traceback (most recent call last):
File "C:\Program Files (x86)\Sublime…
-
Hi, I am receiving this error:
```
Error while creating archive
=================================== Traceback ===================================
Traceback (most recent call last):
File "sublimall…
-
I have the `remote_post_command` defined and set to `make` and the plugin sometimes fails to parse the output of my `make` command with the following exception:
```
Exception in thread Thread-8:
Trac…
-
There's error when check output of subprocess in Chinese language & Mac OS.
```shell
Exception in thread Thread-33:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901…
-
This plugin looks great, but unfortunately it's showing every line as changed in every file I open, despite only changing a few lines (or nothing at all). I'm inside an SVN repo. Not sure if it matter…
-
In ST3, with SublimeCodeIntel NOT installed, my F12 key correctly executes go_to_definition in my Perl codebase. Thus, I am able to jump to and from definitions within a large codebase containing many…