Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Is there a vs-code plugin that will detect when you use a property that doesn't exist in your file?
Post Body

I was fixing a bug at work today, and it was something like this:

function someMethod() {
    return this.anotherFunction(this.computedProperty1, this.computedProperty2)
}

As it turns out, computedProperty1 didn't exist within the file, and that was the source of the issue.

Does anyone have any plug-ins or ways to tell if you use a property that isn't declared anywhere in data, methods or computed?

Author
Account Strength
100%
Account Age
13 years
Verified Email
Yes
Verified Flair
No
Total Karma
692,980
Link Karma
149,429
Comment Karma
541,007
Profile updated: 2 days ago
Posts updated: 7 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
3 years ago