-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kazai777 Builder Journey #80
Comments
Update To begin with, I've integrated the Then I integrated I'm currently working on the automatic addition of packages used in the code but not yet imported, as well as the deletion of imports not used in the code. I think I'll be able to propose a V1 by the end of the week. |
Checking in, as I was looking at the similar Jetbrains' IntelliJ IDE plug-in issue: gnolang/gno#2732 Has the unofficial gno VSCode extension been a useful reference? What needs to be iterated on? https://marketplace.visualstudio.com/items?itemName=harry-hov.gno |
of course, I took a lot of inspiration from this existing plugin by making some modifications for it. I have also made changes to gnopls as mentioned above |
Update ! I've finalized the first version of the intellisense plugin for https://github.com/kazai777/vscode-gno/tree/zak-dev |
Update 🚀 I've finished the first version of the plugin for VSCode, I'm waiting for more information from the team regarding publication on the vscode marketplace. I'm currently finalizing the wiki and README. I'm also thinking about this issue, which aims to integrate |
After @gfanton developed a new version of In the meantime, feel free to try out the plugin and let me know if you encounter any issues or have any suggestions for improvement. https://github.com/gnoverse/vscode-gno/tree/kazai777/v0.1.0 |
For my grant renewal, I talked with @mous1985 about my project idea, which was to create something like O1 : Create a dApp with these different realms and packages I genuinely believe this dApp can add significant value to the Gno ecosystem, as it addresses a real need and demand. Our aim is to develop, maintain, and evolve this dApp over time, with the vision of transforming it into a startup, going beyond just the creation of a single project. The business model is straightforward: it involves taking a small percentage on payments made between project owners and developers, along with other potential revenue streams currently under consideration, making the dApp economically viable. Please feel free to reach out if you have any questions or need further clarification. |
Hi everyone,
My name is Zak and I live in France. After doing the student programs, I'm starting my individual grant. I will keep you informed of my progress on my different tasks here.
This week, I'm going to develop an Intellisense VSCode plugin for Gno which has been requested on this issue.
To start with, I analyzed the gnopls code in order to integrate it into my plugin, this took me some time as
gnopls
lacks a bit of documentation 😅.I'm now starting to develop the plugin that will integrate
gnopls
, and I'll keep you posted on my progress here.See you soon 🚀
The text was updated successfully, but these errors were encountered: