sparky.dasrath
sparky.dasrath
> > > I'm Happy to announce that Tabnine for Visual Studio has been released! > > Marketplace page: https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-visual-studio Installation instructions: https://www.tabnine.com/install/visualstudio Repo for feedback / issues: https://github.com/tabnine/tabnine-visual-studio/ Thanks...
Hi @shaigeva Thanks for the update. Version: [0.1.13](https://github.com/sparkydasrath/spkfakecdn/blob/main/t9_02.png) Auto-complete: does not work [ctrl+space](https://github.com/sparkydasrath/spkfakecdn/blob/main/t9_01.png) > "Try to type “tabnine::config” and then ctrl+space in Visual Studio (any file, any place in the...
@shaigeva Thanks for the quick response and I kinda figured R# would have been the case. For funsies, I will disable it and try to use T9 on C# files...
All I am also having the same issue as outlined above. In my .vscode folder, I created a settings.json which generated a ton of settings stuff. The workspace tab was...
@maty21 Just to let you know, I saw there was an update to the sidebar, got it and no luck. Uninstalled-reinstalled and still nothing. The only change I made since...
@maty21 `"ts-node": "^7.0.0",` Additionally, I removed the options section from the settings so all I have left is: `{ "mocha.files.glob": "**/*.spec.ts", "mocha.requires": [ "ts-node/register" ], }` Uninstalled and reinstalled the...
@samkim-crypto Good to know as I started making local fixes but will just wait for this instead. Thanks!
Grabbed latest and got the builds going but ran into an issue when trying to execute the demo, but it seems super close now if you can help me sort...
Thanks for the super fast update. Based on the `setup` file, the patch was supposed to get applied automagically so wonder why it didn't take. I will run just the...
I got why the patch didn't run - I keep having issues running the setup script (github keeps complaining about access to solana) so I manually cloned the solana monorepo...