GitHub / kronuz/sublimecodeintel / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| f097c024 | Increase limit of files to ~1M | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 7d47da9d | Disable for big files | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 496799e5 | Rename Symbol command added to the command palette | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 7416fd38 | Remove unneeded __init__() | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 44f76be6 | Transport: set as running when closing | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 32f3c1d9 | Fixes server reloading. | German M. Bravo <g****b@g****m> | about 8 years ago | |
| eeb99da2 | Fix Restart server dialog | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 6a49aed6 | Fix exiting process of servers with buggy shutdown (Rust) | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 3321b7c3 | Transport: self.transport should always exist | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 2d09da0f | Transport overhaul | German M. Bravo <g****b@g****m> | about 8 years ago | |
| f6dc5f8a | README updated | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 3aa9125d | Diagnostics: Only assert missing panel on valid windows | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 512989b7 | Linting fix | German M. Bravo <g****b@g****m> | about 8 years ago | |
| a6abd58c | Transport: Thread safe handling of process property | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 09cded69 | Transports: Thread safe write to stdin | German M. Bravo <g****b@g****m> | about 8 years ago | |
| c7cd4d74 | Fix open_after_initialize_by_window KeyError | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 60c66560 | SublimeCodeIntel (LSP fork) | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 52bcbf3d | Fix textDocument/didChange when languageId changes. | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 9235aa31 | Display spinner for a longer time | German M. Bravo <g****b@g****m> | about 8 years ago | |
| d00780ae | Spinners tweaked | German M. Bravo <g****b@g****m> | about 8 years ago | |
| b771c474 | Add rename text input handler (#367) |
Предраг Николић / Predrag Nikolic <i****e@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| f2c32f5f | Interface icon updated | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 91983b80 | Only real space triggers completions | German M. Bravo <g****b@g****m> | about 8 years ago | |
| c2c8c0c5 | Spinner singleton | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 06e6dd75 | JSON language server needs completion and hover for strings | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 5ee51d87 | Don't load transient views into language server | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 2f7b5efe | improve docs for jsts and plain js servers |
James Doyle <j****e@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| 4150426d | Completion and signature help normalized and using on_modified_async | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 03b2368c | Disable log_server by default | German M. Bravo <g****b@g****m> | about 8 years ago | |
| f73528cc | Allow registering multiple handlers per client | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 570479c0 | Added spinner to LanguageHandler class | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 7f7b7336 | Fix colorish variable in popups |
German M. Bravo <g****b@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| ce8dea8f | Prevent os.path.relpath exception for project and file on 2 drives |
Adam Strzelecki <o****o@j****l>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| 921ad960 | Added icons for completion kinds | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 301200ab | Add more testing coverage for sessions | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 703e8413 | Simplify session setup, finish renaming unload_window_clients | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 5c1c9fc8 | Removed "adding" (config) print | German M. Bravo <g****b@g****m> | about 8 years ago | |
| ec045603 | Docs and default settings using "languages" | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 6cf404a1 | Multi-language-server configurations. Fixes #349 | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 70b2bd5a | Dynamic configuration of settings (per window) and languageId (per view) | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 48ff892d | Move server startup into sessions.py | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| fe6267f7 | More safely fetch the completion item kind |
Raoul Wols <r****s@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| 54eac2da | Update CompletionItemKind with new kinds |
Raoul Wols <r****s@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| 802c18e9 | Always also check global configs. Fixes #331 | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 003c2ba2 | Add all keybindings |
Predrag <i****e@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| 867a5440 | Add tests around error handling in Client | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 9ab2c1cf | lint and Client fixes after process removal | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| f7e1eb71 | Extract process from Client | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| d72d69f5 | work in progress | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 449b0067 | Give priority to more specific scopes. Fixes #338 (#339) |
Germán Méndez Bravo <g****b@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| 7dee1917 | Show diagnostic source as part of the message | German M. Bravo <g****b@g****m> | about 8 years ago | |
| 2a38bcf4 | Also show payloads of requests | German M. Bravo <g****b@g****m> | about 8 years ago | |
| ed54e84d | Fix missing uri: Some servers (Eclipse Java) return responses without uri som... | German M. Bravo <g****b@g****m> | about 8 years ago | |
| a762b3ca | Add coverage configuration to simplify commands | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 809fbb8a | Allow using partial words to match syntaxes. Fixes #340 |
German M. Bravo <g****b@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| d5d8849f | Document "env" key in client config | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 2e4d93f4 | Move project_path from client to configstate | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| e65544c1 | Add coverage badge | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| b2527a3c | Add test for error responses | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| efaab997 | Fall back to unchecked use of documentChanges for edits | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| eb8056bb | Don't declare any documentationFormat (#333) | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| c95dd980 | Revert "revert escaping change" | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 1fc9cf1b | Add tests for rpc.Client | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| f93d0004 | Ignore .pyc files | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 7bc01893 | Move transports into their own module | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 770a763d | Move transports into their own module | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 47ef107b | Unit testing (#332) |
Tom van Ommeren <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| cbaa1e4b | revert escaping change | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| ed7d7a2a | Try to utilize LS completion textEdit if possible (#295) |
Adam Strzelecki <n****t@u****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| b48c8a88 | Add message for current and previous release | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| bd1b80e2 | Diagnostics count: Check setting earlier, avoid active_view | Tom van Ommeren <t****n@g****m> | about 8 years ago | |
| 41111032 | Add diagnostics count to statusbar (#314) |
Предраг Николић / Predrag Nikolic <i****e@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
about 8 years ago | |
| 72fa593b | Handle null returned by rename. | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 42191d73 | Remove invalid type annotation (#328) |
Niklas Mollenhauer <n****e@u****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| fb89746c | Add missing import |
Niklas Mollenhauer <n****e@o****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 250ffd3b | Fix indentation |
Niklas Mollenhauer <n****e@o****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 936055ad | Sort changes by start offset |
Niklas Mollenhauer <n****e@o****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 8f7769a0 | Add test for url handling in Windows | van Ommeren <t****n@e****m> | over 8 years ago | |
| 3fffa316 | Fix stream logger to log stdout if requested | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 96467f0d | correct css package name |
Muah <c****0@u****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 174b4fa2 | Improve Vue syntax file reference in docs |
Dave Honneffer <p****s@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 988ba548 | remove julia settings in favor of LSP-julia |
Randy Lai <r****i@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 41425fe0 | id is an integer |
Randy Lai <r****i@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 6dd6b580 | Fix: lang servers may return mixed sortText and non-sortText completion items... |
Raoul Wols <r****s@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 819cd45a | fix: local variable referenced before assignment |
Randy Lai <r****i@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 19fe8e05 | add setting to control diagnostics severity level |
Randy Lai <r****i@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| fdc73d5f | Remove dotty config | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 724edbab | Add vue lang server to docs | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| fd07cc1a | Preserve newlines in diagnostics | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 51961f75 | Add an entry in the main LSP menu for key bindings |
Предраг Николић / Predrag Nikolic <i****e@g****m>
Committed by: Tom van Ommeren <t****n@g****m> |
over 8 years ago | |
| 14a01390 | Fix issues with external configs overwritten by default settings | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 4bcd5531 | Add pre-startup hook for language handlers | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 3f91f387 | Document config for VSCode CSS server | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 17953fb6 | Handle null response for completions (#284) | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| f17b6890 | Add trigger to (re-)-open signature help (#297) | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 8655fc3b | Add update message for 0.5.0 | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| d0a4af30 | Lock mypy at last successful version | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 7fa596b5 | Constrain mypy to python 3.3-compatible version | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| 4184ca1b | fix startup errors | Tom van Ommeren <t****n@g****m> | over 8 years ago | |
| f4e33610 | Fix typing, make enable/initialized optional | Tom van Ommeren <t****n@g****m> | over 8 years ago |