robinlzw
robinlzw
[move-analyzer] Enhancement for 'goto definition' and add 'multi-project management' functionality
## Motivation This PR introduces two features, 'goto definition' and 'multi-project' functionality, to enhance the capabilities of the [move-analyzer] plugin. These features are aimed at providing users with a more...
### Background: A formatting tool, commonly referred to as a pretty-printer, converts the Abstract Syntax Tree (AST) generated by a parser for a specific language into a well-structured and visually...
## Background: A formatting tool, commonly referred to as a pretty-printer, converts the Abstract Syntax Tree (AST) generated by a parser for a specific language into a well-structured and visually...
how to run test.py with cpu?
## Description This PR shows the result after applying the newest [movefmt v1.0.3](https://github.com/movebit/movefmt/tree/develop) to the framework code using the default option: ``` max_width = 90 indent_size = 4 hard_tabs =...