primefaces-extensions / faces-intellisense

Visual Studio Code extension that provides components completion in the HTML, XHTML and Faces. Based on the official Tag Library definitions.
https://marketplace.visualstudio.com/items?itemName=FlipWarthog.faces-intellisense
MIT License
6 stars 1 forks source link

Fix #42: Parse for TAB and CR #43

Closed melloware closed 1 week ago

melloware commented 1 week ago

Fix #42: Replace all TABS with spaces before processing

melloware commented 1 week ago

@FlipWarthog can you check this before I merge it?

FlipWarthog commented 1 week ago

It is on my list for tomorrow. I didn't get a chance to today.

FlipWarthog commented 1 week ago

Okay @melloware @jbrower2 I tested with the sample in the ticket and intellisense was flaky, then I loaded these changes and it seems to be working more consistently. I think we're good to merge this

melloware commented 1 week ago

let me merge and do a deploy to MarketPlace