Daml studio / vs code feature req: module name autocomplete

When creating a new daml file the auto complete for module does not provide the file name. it would be great if it provided the file name.

Hi @StephenOTT,

I’ve opened an issue on GitHub for prioritization. You can subscribe to the issue to track progress.

Thanks.
Is it preferred to have feature requests for directly into the daml issues instead of being posted on the forum?

Asking a question on the forum is probably best unless both of the following are true:

  1. You are 100% sure of the feature or bug in question.
  2. You can expand your description so that the meaning is clear, e.g. how to demonstrate the issue, desired end-state behavior, &c.

Note for example that @Gary_Verhaegen 's GH issue is significantly more descriptive than the top of this thread. Nothing wrong with that on the forum, but GitHub issues need a lot more refinement.

If you are ever unsure at all, the best approach is to start here. Several threads here have turned into GitHub issues or even direct PRs once they have been understood well enough.

Thanks