<div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px">Hello,</div><div style="font-family:arial,sans-serif;font-size:13px">I'm wondering about checking syntax on the fly in Lazarus, at least like in Visual Studio. Whether it will be implemented? </div><div style="font-family:arial,sans-serif;font-size:13px">I wrote a small package that finds simplest errors like 'missing keyword'. It uses CodeTools and I think, it will work quite slowly on big files. </div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">It can be found here: </div><div style="font-family:arial,sans-serif;font-size:13px"><a href="https://github.com/USKamicadze/lazarus-check-syntax-on-the-fly" target="_blank">https://github.com/USKamicadze/lazarus-check-syntax-on-the-fly</a>.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">It'll be nice, if Lazarus will be able to check source code on the fly and don't causing  stop of the whole system while typing.</div><div style="font-family:arial,sans-serif;font-size:13px">It's a quite difficult feature, may be because of TCodeBuffer or CodeTools. But if you share your opinion or direct me in the right way, I could try write it by myself.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Alexey</div></div>