Sublime Forum

I cannot get this editor to work for me at all

#1

I keep coming back to this editor all excited to try again, but then I stop because I cant get things working.

I cannot get sass to autocomplete variables. So a variable like $background__color will not autocomplete.

I cannot get any php linters to work. It works in atom and other editors and I have php working in terminal.

I cannot get php autocompletion for my functions.

Am I doing something wrong?

I have installed every package known to man and still cant get anything working.

0 Likes

#2

Did you tried:

  1. https://packagecontrol.io/packages/All%20Autocomplete
  2. https://packagecontrol.io/packages/AutoFileName
  3. https://packagecontrol.io/packages/AutocompletionFuzzy
1 Like

#3

thanks for the reply.

Yes I have all autocomplete.
I uninstalled it and reinstalled it and its working!!!

ok.
Next issue. the color highlight plugin does not highlight my sass vars. this I cannot get to fix. :frowning:

0 Likes

#4

When do you say color highlight do you mean this?

  1. https://packagecontrol.io/packages/Color%20Highlighter

Do you want to highlight the Hex Color Code’s as #FF00FF?

See this post, to configure your ColorHighlighter plugin:

  1. Permanent color code (ColorHighlighter)
0 Likes

#5

this is the plugin.

But I want my VARIABLES highlighted. $color_red will not highlight, unless I literally made $color_red a line above.

0 Likes

#6

What does mean literally made $color_red a line above.?

Screenshots?

0 Likes

#7

As you can see, its not catching color for my SASS variables despite ha-style is set as filled from user settings:

0 Likes