summaryrefslogtreecommitdiff
path: root/source/slang/slang-language-server-completion.cpp
AgeCommit message (Expand)Author
2025-07-07Language server: sort completion candidate by relevance. (#7626)Yong He
2025-07-01Misc language server improvements. (#7569)Yong He
2025-06-29Support the GLSL/SPIR-V Built-in variable `DeviceIndex` (#7552)ArielG-NV
2025-06-17LanguageServer: Enhance auto completion for override. (#7465)Yong He
2025-04-14Add SV_PointCoord to match gl_PointCoord (#6795)Julius Ikkala
2025-02-27Allow `.member` syntax on vector and scalars. (#6424)Yong He
2024-12-19Add base vertex and base instance system values (#5918)Darren Wihandi
2024-12-09Add SV_DrawIndex. (#5787)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-27Export language server to wasm. (#5419)Yong He
2024-10-08Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)Yong He
2024-09-19Synthesize conformance for generic requirements. (#5111)Yong He
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-08-24Misc. SPIRV Fixes, Part 2. (#3147)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-05Initial sizeof/alignof implementation. (#2954)jsmall-nvidia
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2022-10-12Add support for SV_ViewID (#2440)Ellie Hermaszewska
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2022-07-14Language Server: Auto format bug fixes. (#2326)Yong He
2022-07-01Language server: auto completion of `import` file and directories. (#2312)Yong He
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-13Language Server improvements. (#2269)Yong He