frozenranger
frozenranger
``` fn main() { let mut xx = 0; if xx { //autocomplete does not show up for variable name "xx" //first type if, then type x, wait for autocomplete...
@Veykril Hi! Thanks for making it actionable! Also if you get a chance the video is only 1 min 33 seconds and illustrates the problem very well :) I am...
If you get a minute, check the video I uploaded, it also occurs without the if statement or keywords in some cases. I haven't determined what is causing that but...
@flodiebold ok I will try that. Hopefully I can isolate the issue better. Thanks for watching the video :) I noticed a few views so that's great!
Is this also related to not seeing certain variable names depending on how far away that variable name is? Sometimes when there are large amounts of code, autocomplete does not...
any thoughts on this error? I was able to build the manage.bat, however I am failing at the wheel step File "c:\programdata\anaconda3\lib\distutils\cygwinccompiler.py", line 296, in __init__ if self.gcc_version
If possible can you make a python 3.7 whl? It was a struggle to build it manually with cmake / mingw lol. Thanks for your hard work sir! :) I...
does this help? ``` fn window_conf() -> Conf { Conf { window_title: "My game".to_owned(), fullscreen: true, //window_height: 500, //window_width: 500, ..Default::default() } } #[macroquad::main(window_conf)] async fn main() { } ```
Awesome! Thanks everyone :) looking forward to seeing the next push! On Fri, Jun 17, 2022, 6:09 PM Lukas Wirth ***@***.***> wrote: > If you type out if you'll see...
Same issue :(