rbs icon indicating copy to clipboard operation
rbs copied to clipboard

Enable Steep in test directory only for completion

Open pocke opened this issue 2 years ago • 0 comments

This PR enables Steep in the test directory only for completion.

Problem

Currently, Steep does nothing in the test directory.

I think a lack of type-checking is acceptable. Because we need to write many types definitions for tests. Type-checking may be helpful but we need to spend the cost.

On the other hand, we can enable the completion more easily. The completion only works with written type definitions, but it's useful enough.

Solution

Add a new Steep target for the test directory. This setting does not enable type-checking.

I use a similar setting on my private project, and it looks working well.

pocke avatar Mar 20 '23 08:03 pocke