lkcampbell / brackets-indent-guides

A Brackets extension to show indent guides in the code editor
149 stars 34 forks source link

Issue With indentation of Switch Case statement, after new update it's not working fine. #32

Closed mejainankit closed 7 years ago

mejainankit commented 7 years ago

After new update of Indent Guide extension, the indentation of switch case statement in my brackets editor is not working fine. (For Javascript Code)

tweakimp commented 7 years ago

Can you provide a screenshot?

mejainankit commented 7 years ago

a

I am not sure this happens due to this extension? Please check and fix the same, if this is due to brackets-indent-guides extension.

tweakimp commented 7 years ago

Can you list your other extensions? To me it looks like you or another extension placed the bracket there and not two tabs to the left. The indentation is wrong, not the indentation guide.

lkcampbell commented 7 years ago

@mejainankit, nothing in the new updates affects how the indent guides work. It's all language translation.

Try Debug > Reload Without Extensions and I think you will find that the indentation behaves the same.

Either way, let me know.

lkcampbell commented 7 years ago

@mejainankit, actual, even better, disable the Indent Guides extension and see if the problem still exists. You can disable extensions individually as well and see if you can pinpoint a specific extension or if the problem exists in the core product.

lkcampbell commented 7 years ago

Okay, I see you already filed a core product issue at https://github.com/adobe/brackets/issues/13338. Closing as invalid Indent Guides bug.