uqbar-project / wollok-lsp-ide

IDE for Wollok - LSP node-based
GNU General Public License v3.0
7 stars 3 forks source link

Autocomplete debería sugerir constantes globales #166

Open PalumboN opened 5 months ago

PalumboN commented 5 months ago
          Debería ser `allGlobals` y contemplar también las `const` globales. 

Tal vez estaría bueno un método Node.isGlobal 🤔

_Originally posted by @PalumboN in https://github.com/uqbar-project/wollok-lsp-ide/pull/165#discussion_r1619507183_

ivojawer commented 1 month ago

Hay que empezar a debuggear por acá

https://github.com/uqbar-project/wollok-lsp-ide/blob/970e6a77fb340bcc06e5d92639d034c1af4eba9b/packages/server/src/functionalities/autocomplete/node-completion.ts#L55-L60