Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect full variable reference #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

arcuo
Copy link

@arcuo arcuo commented Jul 5, 2023

Issue

#33
Unable to detect full variable reference. E.g. if you have a variable from an object. Specifically for Javascript and Typescript, this can be an issue to deal with.

wrap-console-log-error

Fix

Add automatic language specific detection, where you can choose prefix separators to detect and add in the output.

wrap-console-log-fix

Changes

  • Upgraded vscode
  • Added language separator skip word configuration
  • Added detection by those separators to add left side object references to console.log

@arcuo arcuo changed the title Detect Detect full variable reference Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant