Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
101 stars 30 forks source link

plugin not working #153

Closed Timxu2016 closed 4 years ago

Timxu2016 commented 4 years ago

Hi guys, I' m using Android Studio3.6.3 and just install glsl plugin 1.19.

I can see the plugin installed in the setting, but nothing happena when i edit an glsl file, no syntax highlighting/Grammar checking,just nothing.

I've tried reinstall the plugin but still doesn't work.

Please help ,great thanks!

Timxu2016 commented 4 years ago

11

Darkyenus commented 4 years ago

You may have a wrong file asociation. Go to preferences -> Editor -> File Types -> OpenGL Shading Language and ensure that you have the file extension associated correctly. (You may also need to delete previous association to plain text files.)

It will look something like this:

image

You can also check the official documentation for the File Type page.

I am closing this issue as it is probably not a plugin issue, but feel free to keep commenting. I will reopen it if it turns out that this is indeed a bug.

Timxu2016 commented 4 years ago

You may have a wrong file asociation. Go to preferences -> Editor -> File Types -> OpenGL Shading Language and ensure that you have the file extension associated correctly. (You may also need to delete previous association to plain text files.)

It will look something like this:

image

You can also check the official documentation for the File Type page.

I am closing this issue as it is probably not a plugin issue, but feel free to keep commenting. I will reopen it if it turns out that this is indeed a bug.

Problem solved, great thanks!