Squirrel Language support for Visual Studio is developed and managed here.
Currently developing process is in progress but some features are already available
- Syntax Coloring
- Completion Suggesting
- Error Squiggles
- Snippets
- Step In/Out/Over
- Step into C++ code or step into Squirrel code
- Merged callstacks (C++ and Squirrel)
- Microsoft Visual Studio 2019 or later
- .NET Framework 4.5.2 or later
- Currently only Squirrel 2.x version is supported for debugging. Later versions may work but not tested
- Language features for editor (GoToDefinition/FindAllReferencets/etc.)
- More smart indentation and syntax coloring
- Print all operation results when stepping in debugger
- Show local values' when hovering over while debugging
- Reduce debugger overhead (currently it's around 30% of perfomance)
If you found a bug or want to provide this project with any feature I would gladly accept any help. Please leave an issue here or contact me in Telegram @bu84ks
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.