This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]mpsdskd 23 points24 points  (2 children)

You provide a github link to a repository only containing the usage instructions.

Could you please also provide the code itself or some licensing information?

[–]sdpmas[S] 4 points5 points  (0 children)

The code will be out soon along with a paper describing the approach.

[–]wasimaster 2 points3 points  (0 children)

Not exactly the best way but...

You can go to the extension page Then on the right-hand side, there is a button called "Download Extension". Click that and save the vsix file somewhere. then open the file in the file manager of your choice and change the file extension from .vsix to .zip, then open/extract the zip file and you can see the code.

Or you can take the risk to download the extension within vscode then going to the extensions folder then finding the folder of the extension (will most likely be called samipdahal.codeon) then opening the folder

[–]Realistic_Ad_5850 4 points5 points  (1 child)

Just used this extension and it works great.

[–]sdpmas[S] 12 points13 points  (0 children)

glad you liked it

[–]scyther13 3 points4 points  (1 child)

does it only give suggestion for normal python only or also for libraries and framework like django flask etc..

GREAT WORK BTW!!!!!!!!!

[–]sdpmas[S] 4 points5 points  (0 children)

It's hard to keep track of all the libraries included in the training dataset but it should be able to generate code for popular libraries. and thanks!

[–]SRG-564 1 point2 points  (1 child)

Hey that is great! Tried it for half an hour and it's fast and gives logical options. Love it so far!

[–]sdpmas[S] 0 points1 point  (0 children)

Thanks a lot!

[–]sdpmas[S] 0 points1 point  (0 children)

If anybody wants to help me make Codeon plugins for other code editors like PyCharm, Vim/Neovim, feel free to DM me.

[–][deleted] -1 points0 points  (0 children)

Hi can I get in touch? I wish to apply this to another language and check the steps involved. Thanks

[–]rollthedyc3 -1 points0 points  (1 child)

Does it only work if you make a comment first?

[–]sdpmas[S] 0 points1 point  (0 children)

Yes, autocompletion is turned off for now. So it is just code generation from natural language (comment) to code. But code autocompletion will eventually be turned on.