Raoul Wols

Results 283 comments of Raoul Wols

> Maybe completion must be moved before plaintext one, but I rather keep them. There are some cases when snippets are not needed: OK, can we get the snippet variants...

ping @jsliang

You need to open the .sublime-project file. The window should be backed by a project.

Hmm, I don't think I'll implement something like that as it feels out of scope. Maybe you can create another script that sources the source.me script and then launches sublime...

Sorry for the super late reply. Do you have a screenshot of this behavior? And thanks for using the package :)

Perhaps this problem can be solved by using a multi-config generator. The newest cmake (3.17) ships with a "ninja multi config" generator, see: https://cmake.org/cmake/help/v3.17/generator/Ninja%20Multi-Config.html I haven't experimented with multi configuration...

Yeah agreed with the boolean `use_node_ipc` setting for the ClientConfig. There is further separation in `"tcp"`: `"tcp-server"` and `"tcp-client"` :) Anyway, offtopic for this PR.

on Windows, LSP-json stops right away: ``` :: --> LSP-json initialize(1): {'workspaceFolders': [{'name': 'Packages', 'uri': 'file:///C:/Users/Raoul/AppData/Roaming/Sublime%20Text%203/Packages'}], 'clientInfo': {'name': 'Sublime Text LSP', 'version': '1.17.0'}, 'rootPath': 'C:\\Users\\Raoul\\AppData\\Roaming\\Sublime Text 3\\Packages', 'processId': 2224, 'capabilities':...