summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/LanguageServers
AgeCommit message (Expand)Author
2020-12-18HackStudio: Remove duplicate auto-indentation in HackStudio Language ServerSahan Fernando
2020-11-23HackStudio: Send an open file to language serversSergey Bugaev
2020-10-29LanguageServers/Cpp: Find the right token under the cursorAndreas Kling
2020-10-29LanguageServers/Cpp: Make token_in_position() return a StringViewAndreas Kling
2020-10-29LanguageServers/Cpp: Avoid some unnecessary vector copiesAndreas Kling
2020-10-09HackStudio: Use new format functions.asynts
2020-10-04HackStudio: Add a Shell language serverAnotherTest
2020-10-04HackStudio: Do not change the cursor in the LSP autocomplete requestAnotherTest
2020-10-04HackStudio: Relay completions requests to the language server unfilteredAnotherTest
2020-10-02HackStudio: Abstract away language-server detailsAnotherTest
2020-09-30HackStudio: Add C++ Language ServerItamar