OpenLiberty / liberty-tools-vscode

Visual Studio Code extension for Liberty Tools
https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext
Eclipse Public License 2.0
18 stars 35 forks source link

Import statements are not resolved automatically when rest methods are generated within a rest class #410

Open JoshwinThomasIBM opened 5 days ago

JoshwinThomasIBM commented 5 days ago

when we give rest_class and choose from suggestions, the class and get method is populated along with the import statements for GET ,but when rest methods are opted from inside the class the method is populated but we have to manually resolve the import statements for the annotations. See below

Screenshot 2024-11-22 at 3 34 44 PM

Quick fixes are available and user have to manually resolve the imports