danielscherzer / GLSL

VSIX Project that provides GLSL language integration.
258 stars 28 forks source link

Cannot use Enter to input the selected glsl function #97

Closed yanpeng closed 2 years ago

yanpeng commented 2 years ago

Installed product versions

Description

I installed this extension today, but cannot use enter to input the selected glsl function. using enter to input the selected glsl function only trigger the line-break. I have to use mouse's left click to input the selected glsl function.

Steps to recreate

  1. create a glsl shader, say cube.frag
  2. input nor, the menu popped up with the function normalize
  3. hit the enter key
  4. line break

Expected behavior

expect to use enter to input the selected glsl function.