vscode-remove-comments icon indicating copy to clipboard operation
vscode-remove-comments copied to clipboard

comment in jsx function

Open amapic opened this issue 2 months ago • 0 comments

Hi, Thanks for the add-on. It does not work for comments which are in the return part of a js function. Can you upgrade this ? Example :

 return (
    <mesh position={[-2, -2, -2]}>
      <boxGeometry args={[2, 2, 2]} />
      <meshStandardMaterial>
        <RenderTexture attach="map" anisotropy={16}>
          {/* <Effects disableGamma> */}
          {/* threshhold has to be 1, so nothing at all gets bloom by default */}

amapic avatar Apr 05 '24 15:04 amapic