-
It is a bit of YAGNI but it would be nice if we matched the Sublime + OS information:
- Installed package dir
- Platform
- Arch
http://www.sublimetext.com/docs/2/api_reference.html#sublime
http://ww…
-
https://tjroger.github.io/2020/04/Sublime_Text_3_3211%E6%BF%80%E6%B4%BB/
-
### Description of the bug
After adding a big folder to project in Sublime Text, it crashes after a few moments.
The folder in question:
![image](https://github.com/user-attachments/assets/2bbab3…
-
```c
static constexpr unsigned char data[] = {
#embed "data"
};
```
I use sublime text with the LSP plugin and clangd. hovering my mouse over `data` causes it to crash
-
tks!
-
Got this error after installing this plugin with package control:
```Traceback (most recent call last):
File "/Users/some_user/Library/Application Support/Sublime Text 3/Installed Packages/Gofmt.s…
-
Hey Jeshan, really love this but would like to use it in my Sublime Text 3. Docs for how to write plugins for it: https://packagecontrol.io/docs. Here is an example of an open source plugin for it tha…
-
lua-inspect is really handy; I wish there was good sublime text integration.
-
Sublime Text v4 (Build 4180)
macos 14.5
I install Terminus with package control. I can see the preference settings but can not see any other commands. Do I miss some steps to set it up?
-
### Describe the bug
When I write type for props, and later add default value for some fields, language server shows error
```
Property 's' is missing in type '{}' but required in type 'Props'
`…