better autocomplete system

This commit is contained in:
Simon Gardling
2022-03-29 11:18:27 -04:00
parent 309b53cf4b
commit f9e523f320
6 changed files with 300 additions and 160 deletions

View File

@@ -10,6 +10,7 @@ mod function;
mod function_output;
mod misc;
mod parsing;
mod suggestions;
cfg_if::cfg_if! {
if #[cfg(target_arch = "wasm32")] {