Commit Graph

54 Commits

Author SHA1 Message Date
全卓 040b92f7c4 Fix: server crash if can't find cmake 2022-12-06 16:06:03 +08:00
全卓 7fb67b8ef7 Fix: parse files which is not included from top level CMakeLists.txt file 2022-12-06 14:41:17 +08:00
全卓 da6c314c46 update readme 2022-12-06 10:57:16 +08:00
全卓 4d17b328f7 Fix: server crash on semantic hightlight request 2022-12-06 10:15:21 +08:00
全卓 2a1c4709ff Fix: no hover on upper case builtin command 2022-12-06 09:35:22 +08:00
全卓 19b2176e1f Code Action: covert command name to lower case 2022-12-06 09:13:59 +08:00
全卓 6d58328902 command case diagnostics 2022-12-05 16:09:50 +08:00
全卓 b105a5adaf Fix: server crashed on go to defination request 2022-12-05 11:32:45 +08:00
全卓 9c1ad24e90 don't set semantic token for keyword in if command 2022-12-04 16:36:30 +08:00
全卓 d3947763b2 change eslint rule: naming-convention 2022-12-02 16:26:08 +08:00
全卓 89e404adf3 add logging in sever side 2022-12-02 16:23:39 +08:00
全卓 8a519d8dc4 handle semantic token delta & range request 2022-12-02 13:57:38 +08:00
全卓 28098c9c12 cmake command is case insensitive 2022-11-30 13:10:08 +08:00
全卓 dde0d39b2d fix: read property on null object 2022-11-30 11:19:56 +08:00
全卓 61f1d6ff63 publish diagnostics 2022-11-29 11:29:15 +08:00
全卓 352dce65bd fix: signature help doesn't disappear 2022-11-28 17:19:26 +08:00
全卓 201bf2fdc8 webpack: enable watch in develop mode 2022-11-27 16:09:14 +08:00
全卓 10ffc04c10 Check cmake command on client side 2022-11-27 15:43:48 +08:00
全卓 1140368757 get setting from client 2022-11-27 11:09:30 +08:00
全卓 0c4012b71c ignore vulnerability report file: npmlist.json 2022-11-22 10:52:28 +08:00
全卓 6e72f2f363 fix: attach to server not working 2022-11-22 10:49:52 +08:00
全卓 2798856ce8 semantic tokens 2022-11-21 21:57:33 +08:00
全卓 6d9caeff57 don't parse file is content is not changed 2022-11-15 22:21:02 +08:00
全卓 b549508f3a refactor: Goto defination 2022-11-15 18:53:49 +08:00
全卓 56db02cc7d refactor: Go to defination 2022-11-15 14:37:44 +08:00
全卓 95ccbd604d add option command into grammar 2022-11-11 09:41:00 +08:00
全卓 ab8c169c5d Go to defination: support add_subdirectory 2022-11-10 23:25:15 +08:00
全卓 a49108bea3 Go to defination: go to included module/file 2022-11-10 20:42:06 +08:00
全卓 9f1c592e70 use 'concurrently' to accelerate build 2022-11-10 17:25:49 +08:00
全卓 99156d3ed5 Language feature: go to Definition 2022-11-10 15:59:22 +08:00
全卓 6bf06473dd sync 2022-11-08 08:45:57 +08:00
全卓 89d9a7a8f3 sync 2022-11-06 17:30:40 +08:00
全卓 df97fd2679 add include and add_subdirectory command 2022-11-02 21:57:51 +08:00
全卓 0d5f3ec0bb refactor document format command 2022-11-02 20:15:36 +08:00
全卓 71fa3852b5 Language feature: signature help 2022-11-02 18:49:45 +08:00
全卓 30742da449 Add language feature: document symbols 2022-10-31 20:07:12 +08:00
全卓 299d9c35b0 comment and argument indent 2022-10-31 17:00:34 +08:00
全卓 dc117db05e Document Format 2022-10-23 16:48:26 +08:00
全卓 3d9877dcd0 update .vscodeignore 2022-10-12 12:53:56 +08:00
全卓 20f2a1db29 Remove unneeded setting item 2022-10-12 12:48:37 +08:00
全卓 6ac5198e20 update document 2022-10-12 12:42:44 +08:00
全卓 68c6f43a41 Add icon 2022-10-12 12:37:33 +08:00
全卓 ee6627f8c5 bundle extension using webpack 2022-10-12 12:37:03 +08:00
全卓 664d2c0804 sync 2022-10-11 18:06:36 +08:00
全卓 cb0ccc155c built in commands variables auto complete 2022-10-11 13:49:33 +08:00
全卓 7d6bbe529c refactor language server using typescript 2022-10-10 11:04:15 +08:00
全卓 8fa5259d87 Add a new language named 'cmdsignature'
Add language 'cmdsignature' to enable syntax highlighting in
builtin command's hover document
2022-09-06 10:08:52 +08:00
全卓 e6559bdc7c Convert yml to json only if yml is changed 2022-09-05 11:37:32 +08:00
quanzhuo 8005b3dce5 Add Logger 2022-09-03 11:03:41 +08:00
全卓 4c48cc52de language server startup 2022-08-30 18:55:32 +08:00