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

Honor project settings #172

Open
tigrr opened this issue May 1, 2020 · 2 comments
Open

Honor project settings #172

tigrr opened this issue May 1, 2020 · 2 comments

Comments

@tigrr
Copy link

tigrr commented May 1, 2020

Would it be possible to honor settings for including and excluding files and directories in Sublime project file instead of redefining them for the plugin?

Unrelated. What about having links in the todo results page to the actual locations of TODOs in code, similar to Sublime search in files results page?

@julian-weinert
Copy link

julian-weinert commented Sep 7, 2020

You can do this simply by adding the "settings" key in your project accordingly.
This is also mentioned in the readme in the "Config" section, by the way ;)

"settings": {
	"todoreview": {
		"exclude_folders": [
			"*.git*",
			"*node_modules*"
		]
	}
}

@tigrr
Copy link
Author

tigrr commented Sep 8, 2020

Thank you @julian-weinert , I will certainly use this option.

My proposal is to honor the standard "folder_exclude_patterns" Sublime Text project setting. Otherwise we have to list the same folders twice: once for Sublime, once for TodoReview.

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

No branches or pull requests

3 participants