function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShinShin 

Created SOQL completing console app

Hi,

 

I've created a web app to auto-complete SOQL reading the organization schema, using jison parser and generator in coffeescript.

 

https://soql-console.herokuapp.com/

 

https://github.com/stomita/soql-console

 

I think Eclipse or other development platform may support Apex completion, but not SOQL. 

Currently it is not imlementing full feature of console (no output result for query), but usefull to create a valid SOQL in easier way.

 

Rakesh BoddepalliRakesh Boddepalli

Nice one! Shinichi Tomita

 

But could you please elaborate on what do you mean by auto complete ? may be an quick example would suffice.

ShinShin
See the movie of what auto-complete means. http://www.youtube.com/watch?v=jLdNZPXHDlk
sandeep@Salesforcesandeep@Salesforce

Hi , 

 

Upper link is not seems to be working I could not get results of my query 

select id from opportunity limit 1

 

Please let me know if I am missing some steps