-
## Expected Behaviour
I have the following code...
```
birth_day = int(user_input[3:5])
birth_month = int(user_input[:2])
```
I have tried to set rules in `"autoformat_select": []` to…
-
I tried to re-install Lightning plugin onto sublime by following your instructions: "Once Package Control is installed, open the Command Palette from Tools > Command Palette, type 'install' and select…
dkoon updated
8 years ago
-
first it is not start when i press cmd + b or ctrl + b ( after pressing cmd + shift + p and then select FastOlympicCoding run side window appear) and just stop at compiling and after press ctrl + ~ i…
-
ZenTabs v1.1.13 seems to have stopped working since upgrading to Sublime Text build 3065 (automatic upgrade via stable channel). By 'stopped working', I mean that it no longer limits the number of tab…
-
-
It does not work anymore since the recent updates with both `ctrl + shift + y` (nothing happens) or menu > Goto > Rails Go to Spec (grayed) or from the command palette (not available).
I'm using Subl…
-
Today we use babel-sublime for jsx support (see https://github.com/sourcegraph/syntect_server/issues/3) but babel-sublime is not well-maintained anymore, and upon updating sublimehq/Packages it appear…
-
I can see gutter lights and code highlights for errors and warnings in my CSS and JS (via SublimeLinter-csslint and SublimeLinter-jshint). I've attempted to install this linter for HTML linting, but I…
ghost updated
6 years ago
-
### Sublime Text Python's Interpreter for packages is not catching an exception throwed by `sublime.py`
This was migrated from http://stackoverflow.com/questions/39461428/how-to-catch-sublime-text-…
-
需要修改 Packages/QuickXDev/quickx.py 这个文件,详情见 ###### 这个备注
class QuickxCreateNewProjectCommand(sublime_plugin.WindowCommand):
def run(self, dirs):
quick_cocos2dx_root = checkRoot()
if…