wurstscript / wurst4vscode

Wurst extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=peterzeller.wurst
Apache License 2.0
24 stars 2 forks source link

about keyword Intelligent prompt #27

Closed zhongying1995 closed 6 years ago

zhongying1995 commented 6 years ago
对于关键字,能否智能提示?当我写 ext 时,编译器会提示 extends?例如,我写下imple时,会出现implements。而且,插件对很多关键字都不进行提示,是我没开启?还是编译器本身没有做这个功能?

i hold when i code down ext ,the phugin will prompt extends; eg: imple ==> implements and,so mang keywords can not be prompt,likes function ,class ... is the reason i have no turn on this function,or is the phugin do not have this function?

this is Chinglish.....en, i hold you know what i told about

Frotty commented 6 years ago

It doesn't have that function.

zhongying1995 commented 6 years ago

how should i use the syntax [ #define HELLO "hello" (in jass) ]; maybe,i should [ constant HELLO = “hello”(in wurst) ]???? i found it in the manual,but cannot find it.

Frotty commented 6 years ago

Please use markdown formating.

constant HELLO = "hello"

This will have a similar effect to define, yes. Please also don't put multiple issues/simple questions in a ticket, they aren't really ment for that. (your question isn't even related to this plugin.) Feel free to visit our irc channel if you need some general answers to basic questions: https://webchat.quakenet.org/?channels=#inwc.de-maps

peq commented 6 years ago

Keywords are now suggested by autocomplete (https://github.com/wurstscript/WurstScript/commit/16b531e7bc9de41b8962008c2a9f0d745bec9b87)