matheusccastroo / vscode-meteor-toolbox

Meteor Toolbox extension for vscode
17 stars 2 forks source link

Conflict with React Class component properties #9

Closed rj-david closed 1 year ago

rj-david commented 1 year ago

When using this tool in React Class components, it conflicts with the component properties, e.g. this.property

I can no longer jump (Ctrl + click) to the reference of the property within the file which is very much needed in Class components

matheusccastroo commented 1 year ago

Hello, @rj-david!

Thanks for reporting, this is probably because of the typescript-server-plugin we have now. Will check it here.

matheusccastroo commented 1 year ago

@rj-david The fix is out on version 1.3.3!