Please consider using the “What are you working on currently?” topic!
i want some feedback on this thanks!
features:
- code blocks auto end with tab counter support
- suggestion tips for syntax errors (hover for 4 secs to appear)
- optimized syntax highlighter from boatbomber & improved (no performance drops)
- line counter & highlighter (to know what line ur on)
- fake bigger caret to point text
- library suggestions full (including os, task etc)
- global/variable recognizion (takes scope too, if you do ge = 10 ge will appear suggested)
- automatic resize
- text size and everything is scaled according to all types of devices
- support for custom fake globals/libraries (e.g:
tofix:
- error lines size (x size goes past)
- “and” and other keywords appearing when typing local to define a local variable
- stop suggesting after a suggestion entered already(fixing this in a bit)
toadd:
- support for namecalls which are just SELF, so you can do game:GetService and it appears there