This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5ff4e0516b01f4bd1d5ffd80e35f8e9a623bca72
godot
/
modules
/
gdscript
/
language_server
History
Hugo Locurcio
c1fcb22677
Fix
line
being assigned to twice in the GDScript language server
...
This
closes
#32090
.
2019-09-23 15:27:30 +02:00
..
gdscript_extend_parser.cpp
Fix
line
being assigned to twice in the GDScript language server
2019-09-23 15:27:30 +02:00
gdscript_extend_parser.h
…
gdscript_language_protocol.cpp
Changed some code found by Clang Tidy and Coverity
2019-09-22 18:45:08 +02:00
gdscript_language_protocol.h
…
gdscript_language_server.cpp
Distinguish editor-originating messages in the editor log
2019-09-20 01:59:02 +02:00
gdscript_language_server.h
…
gdscript_text_document.cpp
Changed some code found by Clang Tidy and Coverity
2019-09-22 18:45:08 +02:00
gdscript_text_document.h
…
gdscript_workspace.cpp
Improve code compeletion for virtual methods with signatures
2019-08-11 14:06:39 +08:00
gdscript_workspace.h
…
lsp.hpp
…