-
Ideally using nice code examples that make sense & use cases like intellisense style autocompletion (is this supported?), hints, warnings etc.
I would love to do the screenshots but last time I tried…
-
This apparently happens when trying to autocomplete code on a mount that's different from the drive where Sublime Text is installed.
```
ValueError: path is on mount 'D:', start on mount 'C:'
Tra…
-
sublime cannot sync with chrome?
sulime text 2
chrome
startup, version: 2221 windows x64 channel: stable
executable: /D/Program Files/Sublime Text 2/sublime_text.exe
working dir: /D/Program Files/Su…
-
startup, version: 3065 osx x64 channel: stable
executable: /Applications/Sublime Text.app/Contents/MacOS/Sublime Text
working dir: /
packages path: /Users/jon/Library/Application Support/Sublime Text …
-
### Description
The completions popup behavior is potentially non-ideal when pressing `.` during handling of the completions shown with the `DYNAMIC_COMPLETIONS` flag.
This use case is straight …
-
I succeeded to configure the JSON LSP using the following stanza with the scheme for `package.json`:
```text
hook -group lsp-filetype-json global BufSetOption filetype=json %{
set-option buff…
-
Errors in output:
```
unknown include #regex.dart
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plu…
-
startup, version: 2221 linux x32 channel: stable
executable: /opt/sublime_text_2/sublime_text
working dir: /home/insert
packages path: /home/insert/.config/sublime-text-2/Packages
settings path: /home…
-
I cannot tell how to reproduce this reliably, but sometimes I get:
```
LSP-file-watcher-chokidar: ERROR: on_payload(): Handler already deleted
LSP-file-watcher-chokidar: ERROR: on_payload(): Hand…
-
### Problem description
In `sublime_plugin.py` shipped with Sublime Text (at least the python3.8 version), some plugin classes (like `sublime_plugin.CommandInputHandler`) declare placeholders for all…