Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Problem Name in Solution File Name? #28

Open
jhshi opened this issue Sep 2, 2017 · 2 comments
Open

Add Problem Name in Solution File Name? #28

jhshi opened this issue Sep 2, 2017 · 2 comments

Comments

@jhshi
Copy link
Contributor

jhshi commented Sep 2, 2017

Currently the solution file name contains only id. It might be useful to add the problem title to the file name as well.

Here's one usage case. Leetcode has many similar problems, such as Path Sum I, Path Sum II, Path Sum III, etc. While working on Path Sum III, it's convinient to quickly open the related problems such as Path Sum I and II. Currenly there's not easy way to do this.

If problem name is in the file name, we can easily open them using Ctrl-P in vim.

@chishui
Copy link
Owner

chishui commented Sep 2, 2017

It seems that we should add related question tags in detail view and make those tags navigable.

@jhshi
Copy link
Contributor Author

jhshi commented Sep 2, 2017

That'll be nice too but still need two key stokes to open the solution for that related question, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants