cuelsp
cuelsp copied to clipboard
Static completion
As a LSP, it's primordial to enhance user productivity through multiples helpers. One of them is the completion. It's a really strong tool that helps write things faster and reduce error possibility.
For a first implementation, Dagger LSP should implements a static completion. That means:
- Auto complete native type :
string,number... - Auto complete keywords :
package,if,_|_ - Auto complete
import