theusaf / mcfunction-lang

Atom language for minecraft's function files
MIT License
3 stars 0 forks source link

Writing "minecraft:" suggests again something with "minecraft:" #13

Closed jan00bl closed 4 years ago

jan00bl commented 4 years ago

As example if you write "give @s minecraft:" and then use the autocomplete you would get "give @s minecraft:minecraft:acacia_bark"

theusaf commented 4 years ago

Though things like minecraft:ambient.cave still has some issues that cannot really be solved: type: minecraft:ambient.ca + <tab> = minecraft:ambient.ambient.cave This is an issue with atom and cannot be fully fixed.