dparnell / intellij-wgsl

WGSL plugin for IntelliJ and CLion
BSD 3-Clause "New" or "Revised" License
22 stars 10 forks source link

Wrong types get suggested #43

Closed terrarier2111 closed 2 years ago

terrarier2111 commented 2 years ago

The plugin suggests me types called "float32" and "float16" if i type "f" although it should suggest "f32" and "f16" instead!

dparnell commented 2 years ago

I have just pushed a fix for this. It should be available in the Jetbrains marketplace in a couple of days once they approve the update

dparnell commented 2 years ago

This should be available on the Jetbrains market place now. Let me know if this fixes your problem.,

terrarier2111 commented 2 years ago

This works now, thx!