LuaLS / lua-language-server

A language server that offers Lua language support - programmed in Lua
https://luals.github.io
MIT License
3.38k stars 320 forks source link

code snippets not working #408

Closed Vestedmarius closed 3 years ago

Vestedmarius commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'a lua file'
  2. Type 'for'

Expected behavior autocomplete snippets should appear but they don't.

Screenshots https://imgur.com/mtrVVm2

Environment (please complete the following information):

sumneko commented 3 years ago

Does other features work? Please show me the log, see https://github.com/sumneko/lua-language-server/wiki/Default-log-path

Vestedmarius commented 3 years ago

yes other features work service.log file_f%3A_fivem_servers_spectra_resources.log file_f%3A_fivem_servers_spectraresources%5Bstandalone%5D_sp_kentekenchanger.log

sumneko commented 3 years ago

https://github.com/sumneko/lua-language-server/issues/398 Is your situation the same as this issue?

Vestedmarius commented 3 years ago

i restarted my pc and its working now Thanks anyways