- fix hideName property to adapt string
- update readme
- support html files
- support hideName property
- update readme
- support customized prefix and suffix
- support customized log format
- fix quote error
- set
'
to be the default quote
- add typescriptreact javascriptreact in activationEvents
- support space in strings. For example "aa bb".log => console.log("aa bb")
- support
.vue
file
- support
'xxx'.length.log => console.log("'xxx'.length', 'xxx'.length )
- support
.clg
、.cer
、.cwa
- support 'xxx'.log => console.log('xxx')