Under Javascript there is a set of code templates for Typescript. The `type references` template contains a template defined as `t?TsType?` It is too aggressive and causes problems. If you are typing a JSDoc comment and put the word `to` into the comment then it is converted to a type reference even though `to` is a common word.
```typescript
/**
* The path to
*/
```
Fixing it each time is annoying so right now the easiest thing to do is disable this template. It should be adjusted to not automatch to common words like `to`.
Hi Michael,
Thank you for contacting us.
I tired to reproduce this problem but unfortunately could not recreate a scenario when the "to" template expands inside Doc Comment.
Here is a video illustrating my attempts: http://downloads.devexpress.com/Share/IDE/191209/T843694.mp4
Could you please check this video and let me know if your scenario is different?
Also, send us your Template settings. We will try to recreate your conditions.
To do this, check the Code Templates folder in two locations:
Please zip these folders and send them to us.
Clarification on the instructions. It occurs when you are on a `param` line and type `a to`. Not sure the rules around this though.
I'm attaching my code templates and a demo project set up already. Note that there was no hidden `.cr` folder in the solution directory. Just the standard `.vs` folder.
Wrong zip attached
Hi Michael,
Thank you for sending us the test project.
I was able to reproduce the problem.
We need some time to research and correct it. We will let you know once changes are ready.