Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

"ValidationOnType" preference setting is not working. #14772

Closed
nayankankariya opened this issue May 3, 2019 · 1 comment
Closed

"ValidationOnType" preference setting is not working. #14772

nayankankariya opened this issue May 3, 2019 · 1 comment
Assignees
Milestone

Comments

@nayankankariya
Copy link
Collaborator

nayankankariya commented May 3, 2019

Steps to reproduce:
1: Launch Brackets.
2: Create new php file and save it.
3: Write basic code of php like :

<?php
fopen()

4: Open Debug > Open Preferences Files
5: Change "validateOnType": "True" in brackets.json.
6: start writing any thing (e.g: fope) and observe the Diagnostic Problem.

Result:
While typing any thing, it is not showing Diagnostic Problem.
It is showing Diagnostic Problems after saving the files.

Expected Result:
As we change "ValidationOnType" value to "True" so, it should show Diagnostic Problems while typing.

@nayankankariya
Copy link
Collaborator Author

Fix is checked in as part of PR #14685

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

No branches or pull requests

2 participants