Sublime Forum

About the '-' sign and auto completion

#1

I found that the substraction sign ‘-’ can not be processed as a sepration signal in matlab or C++ files. For example, when I wrote:

mouse=3;
hamster=4;
temp1=mouse+hamster;
temp2=mouse-hamster;

the word “hamster” after the “+” sign can be completed by auto completion, but the word “hamster” after the “-” sign can not.

How could I do with the problem?

0 Likes

#2

that is still a bug I thought

0 Likes