Method Naming For PythonFeaturesThis plug-in uses a pre-trained CodeBERTa model to generate recommended method name for your code. After selecting the code that you want to name, right click on the selected text and choose "Method Name Generate" or use shortcut "Ctrl + Shift + F1" on Windows, a message containing the recommended method names will show at the right bottom corner.
RequirementsThe CodeBERTa model requires transformers and pytorch to run. You could install trnasformers with the following command:
You could install pytorch with the following command:
Dill is also required to load the model. You could install dill with this command:
Known Issues
Release Notes1.0.0
1.0.1
1.0.2
1.0.3
|